about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2024-06-05 12:54:58 -0500
committerCase Duckworth2024-06-05 12:54:58 -0500
commit267ffb1a1a23301e68dc9ab50985d78e0a124686 (patch)
treee8f1880f5063ec2d30381780a38d471d7ffd7fca /Makefile
parentImprove! (diff)
downloadscramble-main.tar.gz
scramble-main.zip
correct typo main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 9d87ce2..6bb871f 100644 --- a/Makefile +++ b/Makefile
@@ -18,12 +18,12 @@ test: all
18 cd $(BUILD) && \ 18 cd $(BUILD) && \
19 $(TEST_ENV) $(TEST_ENV_EXTRA) \ 19 $(TEST_ENV) $(TEST_ENV_EXTRA) \
20 $(CSI) -setup-mode -s $(TESTS)/run.scm $(NAME) 20 $(CSI) -setup-mode -s $(TESTS)/run.scm $(NAME)
21clean: 21clean:
22 -rm -rf $(BUILD) $(ARTEFACTS) 22 -rm -rf $(BUILD) $(ARTEFACTS)
23install: 23install:
24 chicken-install -s 24 chicken-install -s
25 @-rm -rf $(ARTEFACTS) 25 @-rm -rf $(ARTEFACTS)
26uninstall: 26uninstall:
27 chicken-uninstall -s $(NAME) 27 chicken-uninstall -s $(NAME)
28 28
29# scramble 29# scramble