about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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