aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gitto/Makefile')
-rw-r--r--gitto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitto/Makefile b/gitto/Makefile
index 2c9d9de..4f4e2e1 100644
--- a/gitto/Makefile
+++ b/gitto/Makefile
@@ -8,7 +8,7 @@ install-objects = $(addprefix install-,$(objects))
uninstall-objects = $(addprefix uninstall-,$(objects))
$(filter %.go,$(objects)): %.go: %.scm
- guile-tools compile -o $@ $^
+ guild compile -o $@ $^
.PHONY: install $(install-objects) uninstall $(uninstall-objects)