summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 17:13:59 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 17:13:59 +0100
commit4c5ef201326ae2e9d79b009a3dcee916116678de (patch)
tree29ddf7e3bab78f38a1306a46d18c0d45a2046d62
parentddd53a8bc0e329ae5b5f7f55d3655a2d6d7ab3bd (diff)
fix: remove spaces infront of PREFIX
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2070c94..cdd6bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
ifndef PREFIX
- PREFIX = /usr/local
+ PREFIX = /usr/local
endif
install: