about summary refs log tree commit diff stats
path: root/Makefile
blob: 2fee0e68985b703309badd2eece4d28941d30bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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