summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-09-06 22:45:45 -0500
committerCase Duckworth2023-09-06 22:45:45 -0500
commit59598f42c16cf12e544e5bf2ce9c873fba94238e (patch)
tree055f106b72f289f59d4af417a24448e4983dbec3 /Makefile
parentA new start (again) (diff)
downloadboudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.tar.gz
boudin-59598f42c16cf12e544e5bf2ce9c873fba94238e.zip
A newerer beginning
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