summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-08-15 23:33:17 -0500
committerCase Duckworth2023-08-15 23:33:17 -0500
commitd4830cdd422258a7c91a5ed07af50f8c208a29ee (patch)
treebacdf4124ef9b9467ea64c6d098a5cd78426912a /Makefile
parentEtc (diff)
downloadboudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.tar.gz
boudin-d4830cdd422258a7c91a5ed07af50f8c208a29ee.zip
A new start (again)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 48999db..0000000 --- a/Makefile +++ /dev/null
@@ -1,15 +0,0 @@
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