summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bd8289d --- /dev/null +++ b/Makefile
@@ -0,0 +1,18 @@
1# boudin
2
3.PHONY: build
4build:
5 chicken-install -n
6
7.PHONY: install
8install:
9 chicken-install
10
11.PHONY: test
12test: build
13 cd test; ../boudin *.html && (cd out; python -m http.server)
14
15.PHONY: clean
16clean:
17 rm -f boudin
18 rm -f *.build.sh *.install.sh *.import.scm *.link *.so *.o