Browse Source

Add clean target

DricomDragon 5 years ago
parent
commit
564a5a672c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      makefile

+ 3 - 0
makefile

@@ -14,3 +14,6 @@ lex.yy.o : lex.yy.c
 	
 eval.out : eval.tab.o lex.yy.o
 	gcc -o eval.out eval.tab.o lex.yy.o
+
+clean :
+	-rm -f *.o *.c eval.tab.h eval.out