# chicanery ## this makefile exists only to ... make ... cleaning up easier, really. NAME = chicanery .PHONY: build build: chicken-install -n .PHONY: install install: chicken-install .PHONY: clean clean: rm -f $(NAME) *.sh *.import.* *.inline *.link *.o* *.so *.types *.c