diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
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 | |||
4 | NAME = chicanery | ||
5 | |||
6 | .PHONY: build | ||
7 | build: | ||
8 | chicken-install -n | ||
9 | |||
10 | .PHONY: install | ||
11 | install: | ||
12 | chicken-install | ||
13 | |||
14 | .PHONY: clean | ||
15 | clean: | ||
16 | rm -f $(NAME) *.sh *.import.* *.inline *.link *.o* *.so *.types *.c | ||