From 3311057daeb234a2a4be3784a904a8bfc423bc8a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 16 Jul 2023 23:38:08 -0500 Subject: Add build machinery --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..48999db --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +# boudin : a small static site generator + +DESTDIR = +PREFIX = $(DESTDIR)/usr + +boudin: boudin.scm + chicken-install -n + +.PHONY: install +install: + chicken-install + +.PHONY: clean +clean: + rm -f *.build.sh *.install.sh -- cgit 1.4.1-21-gabe81