compile: *.rkt raco make *.rkt test: tests/*.rkt racket tests/*.rkt .PHONY : compile clean test clean: rm -r compiled