aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-11-01 21:10:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-11-01 21:10:06 +0100
commit04b31c9b820e6756043a87027458c0b8d0546d7b (patch)
tree957539735c36ba3cfd687e24863f4e614b0ef50c /Makefile
parentStart work on ical output. (diff)
downloadcalp-04b31c9b820e6756043a87027458c0b8d0546d7b.tar.gz
calp-04b31c9b820e6756043a87027458c0b8d0546d7b.tar.xz
Start port of parse to scheme.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2065bda9..9ad9f533 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,11 @@ lib/%.so: $(O_FILES)
@mkdir -p lib
$(CC) -shared -o $@ $^ $(LDFLAGS)
-obj/%.scm.go: %.scm # $(SO_FILES)
+obj/module/vcomponent/primitive.scm.go: module/vcomponent/primitive.scm $(SO_FILES)
+ @mkdir -p obj
+ guild compile $(GUILE_C_FLAGS) -o $@ $<
+
+obj/%.scm.go: %.scm
@mkdir -p obj
guild compile $(GUILE_C_FLAGS) -o $@ $<