From 22c3f2da96853b3b1a36efe6766cf643545848b7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 2 Jul 2023 14:32:26 -0500 Subject: Add scratchdown --- makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index ffa747a..7587a65 100644 --- a/makefile +++ b/makefile @@ -9,9 +9,12 @@ SOURCES = chicken-scratch.scm chicken-scratch.mod.scm chicken-scratch: $(SOURCES) chicken-install -n +scratchdown: scratchdown.scm chicken-scratch + csc $< + .PHONY: install -install: chicken-scratch - install -Dt $(PREFIX)/bin $< +install: chicken-scratch scratchdown + install -Dt $(PREFIX)/bin $^ .PHONY: chicken-install chicken-install: chicken-scratch @@ -20,3 +23,4 @@ chicken-install: chicken-scratch .PHONY: clean clean: rm -f *.link *.so *.o *.build.sh *.import.scm *.install.sh + rm -f chicken-scratch scratchdown -- cgit 1.4.1-21-gabe81