Commit 570b4050 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added PLY generated files to 'make clean' command.

parent 2fa91a3f
......@@ -4,5 +4,6 @@ lex.yy.c
y.tab.c
y.tab.h
peephole
*.pyc
parser.out
parsetab.py
......@@ -16,4 +16,4 @@ lex.yy.c: peephole.l
$(LEX) $^
clean:
rm -f lex.yy.* y.tab.* *.o peephole
rm -f lex.yy.* y.tab.* *.o peephole parser.out parsetab.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment