Fix variable reference
Oops, must have accidentally screwed this up when I changed the name. Will probably move the guile code into its own file at some point, though.
This commit is contained in:
parent
09615b953a
commit
60b361fdae
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ define GUILE_MODULE
|
||||||
(loop (read-line p)))))))))
|
(loop (read-line p)))))))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(guile GUILE_MODULE))
|
$(guile $(GUILE_MODULE))
|
||||||
|
|
||||||
define upload =
|
define upload =
|
||||||
emacs --quick --batch \
|
emacs --quick --batch \
|
||||||
|
|
Loading…
Reference in a new issue