aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-05 02:04:39 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-05 02:04:39 +0800
commit6586df0797ad60af031cb80889f8205b6adcdfe3 (patch)
treee85ca5ff863f823f32702d68608121900cfc5170 /Makefile
parent7bf7dcbefc89fd67e62c0bb625089c1d53e8e878 (diff)
higher code-gen quality
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