CPM=cpm OBJ=run tree DEPS=Smurf.dcl Smurf.icl SmurfParse.dcl SmurfParse.icl LaTeX.dcl LaTeX.icl all: $(OBJ) $(OBJ): %: %.icl $(DEPS) $(CPM) project $@.prj build clean: rm -fvr $(OBJ) Clean\ System\ Files .PHONY: all clean run_test