aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 21:11:29 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 21:11:29 +0100
commit615618bb2ad91be24fb74738db0b2f290ccc50a3 (patch)
treeac49e221d86a6ac32cedd6be3baaed523769674f /Makefile
parentabe9d3b25be17ea0cb920e54322854bd1e2dd97f (diff)
downloadunja-615618bb2ad91be24fb74738db0b2f290ccc50a3.tar.gz
unja-615618bb2ad91be24fb74738db0b2f290ccc50a3.zip
start evaluation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 99a96ce..c04520b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-CFLAGS= -Wall -std=c11 -Ivendor/
+CFLAGS= -g -Wall -std=c11 -Ivendor/
LIBS=
-
-hyde: hyde.c vendor/mpc.c
+hyde: hyde.c hashmap.c vendor/mpc.c
$(CC) $(CFLAGS) $^ -o $@ \ No newline at end of file