1*2d543d20SAndroid Build Coastguard WorkerPYTHON ?= python3 2*2d543d20SAndroid Build Coastguard Worker 3*2d543d20SAndroid Build Coastguard Workerclean: 4*2d543d20SAndroid Build Coastguard Worker rm -f *~ *.pyc 5*2d543d20SAndroid Build Coastguard Worker rm -f parser.out parsetab.py 6*2d543d20SAndroid Build Coastguard Worker rm -f out.txt 7*2d543d20SAndroid Build Coastguard Worker rm -f module_compile_test.fc 8*2d543d20SAndroid Build Coastguard Worker rm -f module_compile_test.if 9*2d543d20SAndroid Build Coastguard Worker rm -f module_compile_test.pp 10*2d543d20SAndroid Build Coastguard Worker rm -f output 11*2d543d20SAndroid Build Coastguard Worker rm -rf __pycache__ tmp 12*2d543d20SAndroid Build Coastguard Worker 13*2d543d20SAndroid Build Coastguard Workertest: 14*2d543d20SAndroid Build Coastguard Worker $(PYTHON) run-tests.py 15