aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e24c4aaa..726c5949 100644
--- a/Makefile
+++ b/Makefile
@@ -40,10 +40,9 @@ $(OBJDIR):
libguile-calendar.so: $(O_FILES)
$(CC) -shared -o $@ $^ $(LDFLAGS)
-CALDIR = test-cal/cal2/0c0f4d7090bacd99abe9ccca2d5baadf2afac709f7cb66454ef913c52a5ef096.ics
.SECONDARY += %.dot
-%.dot: parse
- ./parse $(CALDIR) -g $@
+%.dot: testcal/%.ics parse
+ ./parse $< -g $@
%.pdf: %.dot
dot -Tpdf -o $@ $<