1 2 3 4 5 6 7 8 9 10 11
SOURCES := $(shell find src/ -name '*.lisp') all: croncal croncal: croncal.asd build.lisp $(SOURCES) ecl --load build.lisp clean: rm -f croncal .PHONY: clean