From 4edd0c4745ed0683867b116dc8ac33c65bf0b99a Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 23 Mar 2014 20:12:50 +0800 Subject: add AST --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6deae78..b6eeb33 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,6 @@ lex.yy.c: cibic.l flex cibic.l cibic.tab.c: cibic.y bison -d cibic.y + +clean: + rm -f cibic lex.yy.c cibic.tab.c -- cgit v1.2.3