aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 04:38:39 +0000
committerGravatar Peter McGoron 2023-02-07 04:38:39 +0000
commitb053379db2cc84a25852126a2b06e9abbe184937 (patch)
treece315fe5b17a2c5d2c9f31800278d402c6398b2d /Makefile
parentprototype bytecode interpreter (diff)
encode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaa56f5..2b34dfb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
test_creole: test_creole.c creole.c creole.h greatest.h
- $(CC) test_creole.c -Wall -pedantic -std=c89 -o test_creole
+ $(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole