From 7dc8a2692e40f96e73f233bf3c271669afedbd7c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 1 Jun 2023 12:00:05 -0500 Subject: Update makefile to only build by default --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/makefile b/makefile index 49f5f61..6fc8464 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,10 @@ +# This is a pretty stupid makefile ... please email me if you +# have a better idea. + +.PHONY: default +default: + chicken-install -n + .PHONY: install install: chicken-install -- cgit 1.4.1-21-gabe81