aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:55:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:55:52 +1200
commitdb4eccdcd52357fd9c8918df5feeb6eb283872ce (patch)
tree0def7b52b5153af4183d77008a08930ff8ca8ac2 /Makefile
parentsudo(8) (diff)
downloadcrypt-db4eccdcd52357fd9c8918df5feeb6eb283872ce.tar.gz
crypt-db4eccdcd52357fd9c8918df5feeb6eb283872ce.zip
Specify .PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01552d2..708b474 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: all clean install
+
LDFLAGS = -lcrypt
PREFIX := /usr/local