aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:22:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:22:56 +1300
commite58d244442ac6f99b0276b2e2888fa38fa7022f9 (patch)
treef2b67c85eb4d557c01da9e04a65392e5868cf8af
parentRemove double quotes from Makefile (diff)
downloadcrypt-e58d244442ac6f99b0276b2e2888fa38fa7022f9.tar.gz
crypt-e58d244442ac6f99b0276b2e2888fa38fa7022f9.zip
Use just = for PREFIX def, not :=
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eca18d7..a237f49 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC = clang
CFLAGS = -std=c99 -Weverything
LDFLAGS = -lcrypt
-PREFIX := /usr/local
+PREFIX = /usr/local
all : crypt