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 +++--- scramble.scm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/scramble.scm b/scramble.scm index 8f1ac19..d4f6206 100644 --- a/scramble.scm +++ b/scramble.scm @@ -125,7 +125,7 @@ "@mkdir -p $(BUILD)" `("$(CSC) $(CSC_OPTIONS)" ,(if (eq? (car (find-component c)) 'extension) - "$CSC_LIB_OPTIONS" "") + "$(CSC_LIB_OPTIONS)" "") "$(CSC_OPTIONS_EXTRA)" "$< -o $@") (let ((.import.scm (string-append (->string c) ".import.scm"))) -- cgit 1.4.1-21-gabe81