about summary refs log tree commit diff stats
path: root/Makefile
blob: 38d0ce0272056a03e3e3d3ec992b549bb721b72d (plain)
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