aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 025649d..7d10bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,5 @@
all: cibic
-run:
- ./cibic --ast
-
db:
gdb cibic
@@ -31,8 +28,3 @@ cibic.tab.c: cibic.y
clean:
rm -f cibic lex.yy.c cibic.tab.c cibic.tab.h *.o
-
-sem: semantics.o test.o
- gcc -o sem semantics.o test.o
-test.o: test.c
- gcc -c test.c -Wall -Wextra -g