summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-04-02 22:24:41 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-04-02 22:24:41 -0700
commit0c6af5bca314ca641e1e071c77a7b65770e8076b (patch)
tree3374fd84ad87f206e6527cfb6245e1ab7ab7a49f /Makefile
parentcb3840f6bbe1407fad2905ad13f8e4ea240b17c7 (diff)
Add greatest test lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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