diff options
author | Case Duckworth | 2023-06-01 12:00:05 -0500 |
---|---|---|
committer | Case Duckworth | 2023-06-01 12:00:05 -0500 |
commit | 7dc8a2692e40f96e73f233bf3c271669afedbd7c (patch) | |
tree | 7c1c1ba9c0252f2899bcafdd3c3d0bdc5a77e8e5 /makefile | |
parent | Add (with-attrs) (diff) | |
download | yolk-7dc8a2692e40f96e73f233bf3c271669afedbd7c.tar.gz yolk-7dc8a2692e40f96e73f233bf3c271669afedbd7c.zip |
Update makefile to only build by default
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 |