From 4a058e40b26c2b614ac68bad96a412809a7bac13 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jul 2023 16:14:13 -0500 Subject: Initial commit --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..38d0ce0 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +# chicanery +## this makefile exists only to ... make ... cleaning up easier, really. + +.PHONY: build install clean + +build: + chicken-install -n + +install: + chicken-install + +clean: + rm -f *.sh *.import.* *.inline *.link *.o *.so *.types -- cgit 1.4.1-21-gabe81