all: compile run echo "Done" compile: rm main.lst bacc main.cm run: bainterp main.pco .PHONY: all compile run