diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |