Addendum simplified install

Forgot to change a path.
This commit is contained in:
Linus 2022-03-06 21:17:38 +01:00
parent ec2b65612c
commit 5381bf5f69

View file

@ -88,7 +88,7 @@
;; 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
;; actually defined. The reason I use parameters here is because guile modules are immutable by