aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88bf597..fc9fe09 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,6 @@ clean:
sem: semantics.o test.o
gcc -o sem semantics.o test.o
semantics.o: semantics.c
- gcc -c semantics.c -Wall -Wextra
+ gcc -c semantics.c -Wall -Wextra -g
test.o: test.c
- gcc -c test.c -Wall -Wextra
+ gcc -c test.c -Wall -Wextra -g