From 267ffb1a1a23301e68dc9ab50985d78e0a124686 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jun 2024 12:54:58 -0500 Subject: correct typo --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d87ce2..6bb871f 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,12 @@ test: all cd $(BUILD) && \ $(TEST_ENV) $(TEST_ENV_EXTRA) \ $(CSI) -setup-mode -s $(TESTS)/run.scm $(NAME) -clean: +clean: -rm -rf $(BUILD) $(ARTEFACTS) -install: +install: chicken-install -s @-rm -rf $(ARTEFACTS) -uninstall: +uninstall: chicken-uninstall -s $(NAME) # scramble -- cgit 1.4.1-21-gabe81