summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 16:45:48 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 16:45:48 +0100
commit5571a7d2b5613b52718218afa773b14619ab7fba (patch)
tree1333fa5a06a7bcf5a8ca6ebbe9aa141f34336e73
parentc04484b4d15b4baa23cacdfe2308be44d9422c91 (diff)
fix: add missing colon in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bbe4ca..8633aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.POSIX
+.POSIX:
ifndef PREFIX
PREFIX = /usr/local