aboutsummaryrefslogtreecommitdiff
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 c8e2fd6f..6f25d5c5 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ lib/%.so: $(O_FILES)
@mkdir -p lib
$(CC) -shared -o $@ $^ $(LDFLAGS)
-obj/%.scm.go: %.scm $(SO_FILES)
+obj/%.scm.go: %.scm # $(SO_FILES)
@mkdir -p obj
guild compile $(GUILE_C_FLAGS) -o $@ $<