summary refs log tree commit diff stats
path: root/Makefile
blob: 501354dca8e13d44a50be7d1e9bc69b6897a2c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# boudin

.PHONY: build
build:
	chicken-install -n

.PHONY: install
install:
	chicken-install

.PHONY: test
test: build
	./boudin -C test '*.html'
	cock test/out # my own little server

.PHONY: clean
clean:
	rm -f boudin
	rm -f *.build.sh *.install.sh *.import.scm *.link *.so *.o