Use guild, not guile tools
`guile-tools' only still exists for compatibility with guile-1.8, but it has been renamed to `guild'.
This commit is contained in:
parent
7c96197cff
commit
b836a9b02f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue