From 59598f42c16cf12e544e5bf2ce9c873fba94238e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 6 Sep 2023 22:45:45 -0500 Subject: A newerer beginning --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bd8289d --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +# boudin + +.PHONY: build +build: + chicken-install -n + +.PHONY: install +install: + chicken-install + +.PHONY: test +test: build + cd test; ../boudin *.html && (cd out; python -m http.server) + +.PHONY: clean +clean: + rm -f boudin + rm -f *.build.sh *.install.sh *.import.scm *.link *.so *.o -- cgit 1.4.1-21-gabe81