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