From 0c6af5bca314ca641e1e071c77a7b65770e8076b Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 2 Apr 2017 22:24:41 -0700 Subject: Add greatest test lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0a37b5..4a5424e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=0.8 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic +CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps PREFIX?=/usr/local MANDIR?=$(PREFIX)/share/man BINDIR?=$(PREFIX)/bin -- cgit v1.2.3