summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-18 15:44:06 -0400
committerLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-18 15:44:06 -0400
commite26aba8aeeba413fce861c78b46b27ac8b948ea7 (patch)
tree2e41760a2d040c9d07a5ede50553decc48c4ab4e /Makefile
parent02442af0aec2d75aaab73cd605519eddfbe07a29 (diff)
tidy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b76e7cc..9693ea4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
CFLAGS += -std=c11
+
CPPFLAGS += -I$(CURDIR)/lib
CPPFLAGS += -I$(CURDIR)/hack
+
+CFLAGS += -g
+
CFLAGS += -Wall -Werror -Wextra
CPPFLAGS += -O2 -D_FORTIFY_SOURCE=2