From af9633e10f630b61a4aee26ce8754e24f51af54b Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Mon, 3 Feb 2025 02:25:14 +0000 Subject: [PATCH] Accidentally broke the build rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80123f7..002ea8f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OBJ := listlogic.go mcron.go ports.go short.go .PHONY: all clean install uninstall all: $(OBJ) -%.go: %.scm +%.go: tk/%.scm @GUILE_AUTO_COMPILE=0 guild compile $< -o $@ install: $(TARGET)/tk $(CCACHE)/tk