aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-20 09:32:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-20 09:32:12 +1200
commit04385944be3476c3a96df34f168687fad539a94b (patch)
tree5b0a26990ac91ee3a48459f61335c54ffc9d35b5 /Makefile
parentSpecify .PHONY targets (diff)
downloadcrypt-04385944be3476c3a96df34f168687fad539a94b.tar.gz
crypt-04385944be3476c3a96df34f168687fad539a94b.zip
ICO C90 forbids mixed declarations and code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 708b474..3be6b7a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
.PHONY: all clean install
+CFLAGS = -Wall -Wextra -ansi -pedantic
LDFLAGS = -lcrypt
PREFIX := /usr/local