aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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