summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-15 23:04:04 -0400
committerLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-15 23:04:04 -0400
commit4e10b004887054f361854428b75f66b32ed0e105 (patch)
tree70277da04f860dfb230df5f408c7d10e19756811 /Makefile
parent31b771119b9c47942cf6a306aef4c97896b8ada8 (diff)
clean up the u64 hack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10ebe01..e6dffd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CFLAGS += -std=c11
CPPFLAGS += -I$(CURDIR)/lib
+CPPFLAGS += -I$(CURDIR)/hack
CFLAGS += -Wall -Werror -Wextra
CPPFLAGS += -O2 -D_FORTIFY_SOURCE=2