aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:22:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:22:01 +1300
commitbf23a2936c447654fe224554703f79ea78567ea7 (patch)
tree127c1357dfadcd3fe31ecece8f99abc323531038
parentTidying up license files (diff)
downloadcrypt-bf23a2936c447654fe224554703f79ea78567ea7.tar.gz
crypt-bf23a2936c447654fe224554703f79ea78567ea7.zip
Update to c99
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b153aea..2988493 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: all clean install
CC = clang
-CFLAGS = -std=c90 -Weverything
+CFLAGS = -std=c99 -Weverything
LDFLAGS = -lcrypt
PREFIX := /usr/local