diff options
author | Teddy <[email protected]> | 2014-04-08 08:06:09 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-08 08:06:09 +0800 |
commit | 75166de986b1638faf6473cb3655d42d7e59a22d (patch) | |
tree | a7f14094c42e16c478badde8a5c0c98757c3b6c5 /Makefile | |
parent | c3f0e6361153afab29e481d2dbae3651bd655bfd (diff) |
remove cibic.tab.h when cleaning up
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ cibic.tab.c: cibic.y bison -d cibic.y clean: - rm -f cibic lex.yy.c cibic.tab.c *.o + 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 |