all: javac Compiler/*.java clean: rm -vf Compiler/*.class rm -vf *.c rm -vfr build/