about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-06-01 12:00:05 -0500
committerCase Duckworth2023-06-01 12:00:05 -0500
commit7dc8a2692e40f96e73f233bf3c271669afedbd7c (patch)
tree7c1c1ba9c0252f2899bcafdd3c3d0bdc5a77e8e5
parentAdd (with-attrs) (diff)
downloadyolk-7dc8a2692e40f96e73f233bf3c271669afedbd7c.tar.gz
yolk-7dc8a2692e40f96e73f233bf3c271669afedbd7c.zip
Update makefile to only build by default
-rw-r--r--makefile7
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
5default:
6 chicken-install -n
7
1.PHONY: install 8.PHONY: install
2install: 9install:
3 chicken-install 10 chicken-install