diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile index 49f5f61..6fc8464 100644 --- a/makefile +++ b/makefile | |||
@@ -1,3 +1,10 @@ | |||
1 | # This is a pretty stupid makefile ... please email me <acdw@acdw.net> if you | ||
2 | # have a better idea. | ||
3 | |||
4 | .PHONY: default | ||
5 | default: | ||
6 | chicken-install -n | ||
7 | |||
1 | .PHONY: install | 8 | .PHONY: install |
2 | install: | 9 | install: |
3 | chicken-install | 10 | chicken-install |