From e4377b53e01dbd4cec2d45b4e30e2e3e4cd1e9b9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 29 Aug 2023 21:54:44 -0500 Subject: Remove Makefile and chicanery.base --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 2fee0e6..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# chicanery -## this makefile exists only to ... make ... cleaning up easier, really. - -NAME = chicanery - -.PHONY: build -build: - chicken-install -n - -.PHONY: install -install: - chicken-install - -.PHONY: clean -clean: - rm -f $(NAME) *.sh *.import.* *.inline *.link *.o* *.so *.types *.c -- cgit 1.4.1-21-gabe81