summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-07-16 23:38:08 -0500
committerCase Duckworth2023-07-16 23:38:08 -0500
commit3311057daeb234a2a4be3784a904a8bfc423bc8a (patch)
tree1b040f268d93a88bbb25bfd039c987a1cef03da4 /Makefile
parentMove tests to test/ (diff)
downloadboudin-3311057daeb234a2a4be3784a904a8bfc423bc8a.tar.gz
boudin-3311057daeb234a2a4be3784a904a8bfc423bc8a.zip
Add build machinery
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..48999db --- /dev/null +++ b/Makefile
@@ -0,0 +1,15 @@
1# boudin : a small static site generator
2
3DESTDIR =
4PREFIX = $(DESTDIR)/usr
5
6boudin: boudin.scm
7 chicken-install -n
8
9.PHONY: install
10install:
11 chicken-install
12
13.PHONY: clean
14clean:
15 rm -f *.build.sh *.install.sh