summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-10 12:53:48 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-10 13:18:13 -0700
commitde53af7e70bdc352513cabd40dcb4872052b701b (patch)
tree7735bdd29aee9d3b22e7dfa71e2587b542e0d06f /Makefile
parenta969944d74fcfc24d4ffceb463fc1880be226fd9 (diff)
Simplify CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41ea0c7..eb5ed63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION=0.2
-CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
+CPPFLAGS=-DVERSION=\"${VERSION}\"
+CFLAGS+=-Wall -Wextra -g -O3 -pedantic
PREFIX?=/usr/local
MANDIR?=$(PREFIX)/share/man
BINDIR?=$(PREFIX)/bin