about summary refs log tree commit diff
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 87618c1..c0cbc9b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ objects = $(sources:.scm=.go)
 all: $(objects)
 
 %.go: %.scm
-	$(GUILD) compile -L . -o $@ $<
+	GUILE_AUTO_COMPILE=0 $(GUILD) compile -L . -o $@ $<
 
 # Tests