From 4e10b004887054f361854428b75f66b32ed0e105 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 May 2018 23:04:04 -0400 Subject: clean up the u64 hack --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3