aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-02 23:05:01 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-02 23:05:01 +0200
commit1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c (patch)
treefb529813816b2d0bce24f475f367e2556b7a2f71 /Makefile
parentDisabled bunch of old stuff, new stuff kinda builds. (diff)
downloadcalp-1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c.tar.gz
calp-1c3bd94c328df0c8b4293bc42a25b2d7c851fd0c.tar.xz
Made parser work again (for single files).
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 $@ $<