# 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