diff options
author | Teddy <[email protected]> | 2014-05-05 02:04:39 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-05 02:04:39 +0800 |
commit | 6586df0797ad60af031cb80889f8205b6adcdfe3 (patch) | |
tree | e85ca5ff863f823f32702d68608121900cfc5170 /Makefile | |
parent | 7bf7dcbefc89fd67e62c0bb625089c1d53e8e878 (diff) |
higher code-gen quality
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |