From 68862e5666f38f0e9d5d1e82433196658d2233a3 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 17 Sep 2014 20:22:41 -0700 Subject: Add -pedantic, Remove stray ; --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee02ea5..349ffc2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=0.1beta CPPFLAGS=-DVERSION=\"${VERSION}\" -CFLAGS+=-Wall -Wextra -g -std=c99 -O3 +CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic PREFIX?=/usr/local MANDIR?=$(PREFIX)/share/man BINDIR?=$(PREFIX)/bin -- cgit v1.2.3