about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2023-08-29 21:54:44 -0500
committerCase Duckworth2023-08-29 21:54:44 -0500
commite4377b53e01dbd4cec2d45b4e30e2e3e4cd1e9b9 (patch)
tree863d358c12765640ead5c125d7f85d0587b846a9 /Makefile
parentMove chicanery.extras.scm -> extras.scm (diff)
downloadchicanery-e4377b53e01dbd4cec2d45b4e30e2e3e4cd1e9b9.tar.gz
chicanery-e4377b53e01dbd4cec2d45b4e30e2e3e4cd1e9b9.zip
Remove Makefile and chicanery.base
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 2fee0e6..0000000 --- a/Makefile +++ /dev/null
@@ -1,16 +0,0 @@
1# chicanery
2## this makefile exists only to ... make ... cleaning up easier, really.
3
4NAME = chicanery
5
6.PHONY: build
7build:
8 chicken-install -n
9
10.PHONY: install
11install:
12 chicken-install
13
14.PHONY: clean
15clean:
16 rm -f $(NAME) *.sh *.import.* *.inline *.link *.o* *.so *.types *.c