about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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