1 2 3 4 5 6 7 8 9 10 11 12 13
# chicanery ## this makefile exists only to ... make ... cleaning up easier, really. .PHONY: build install clean build: chicken-install -n install: chicken-install clean: rm -f *.sh *.import.* *.inline *.link *.o *.so *.types