summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john@stembolt.com>2016-04-13 11:51:32 -0700
committerJohn Hawthorn <john@stembolt.com>2016-04-13 11:51:32 -0700
commit9cafcad66d9ecab194590df344090551be55575c (patch)
tree8bbc17e3a41b2ae372e73cfec7be8bea9d616b55 /Makefile
parent29c27bf91931ce42a004fecc450165a42856e646 (diff)
Revert "Simplify CFLAGS"
This reverts commit de53af7e70bdc352513cabd40dcb4872052b701b.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ea603bc..ae88261 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION=0.2
-CPPFLAGS=-DVERSION=\"${VERSION}\"
-CFLAGS+=-Wall -Wextra -g -O3 -pedantic
+CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
PREFIX?=/usr/local
MANDIR?=$(PREFIX)/share/man
BINDIR?=$(PREFIX)/bin