Addendum simplified install
Forgot to change a path.
This commit is contained in:
parent
ec2b65612c
commit
5381bf5f69
1 changed files with 1 additions and 1 deletions
2
goof.scm
2
goof.scm
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
|
|
||||||
;; This contains the portable parts of goof-loop.
|
;; This contains the portable parts of goof-loop.
|
||||||
(include "goof-impl.scm")
|
(include "goof/goof-impl.scm")
|
||||||
|
|
||||||
;; This part is only for an auxilary macro that checks whether the :for or :acc clause is
|
;; This part is only for an auxilary macro that checks whether the :for or :acc clause is
|
||||||
;; actually defined. The reason I use parameters here is because guile modules are immutable by
|
;; actually defined. The reason I use parameters here is because guile modules are immutable by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue