diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1fe1029..24a7beb 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ godir = $(libdir)/guile/$(guile_effective_version)/site-ccache/$(top_level_modul all: $(objects) %.go: %.scm - $(GUILD) compile -L . -o $@ $< + GUILE_AUTO_COMPILE=0 $(GUILD) compile -L . -o $@ $< # Run tests |