9 lines
139 B
Makefile
9 lines
139 B
Makefile
|
clean:
|
||
|
rm -f *~ *.pyc
|
||
|
rm -f parser.out parsetab.py
|
||
|
rm -f out.txt
|
||
|
rm -f module_compile_test.pp
|
||
|
rm -f output
|
||
|
|
||
|
test:
|
||
|
python run-tests.py
|