From de53af7e70bdc352513cabd40dcb4872052b701b Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 10 Apr 2016 12:53:48 -0700 Subject: Simplify CFLAGS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3