summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2105f1..a22b553 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,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 $@ $<
check: ;