aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d87fab2..8ce4608f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ CFLAGS = $(CPPFLAGS) \
LDFLAGS = -fPIC $(shell guile-config link)
H_FILES = $(wildcard *.h)
-
C_FILES = $(wildcard *.c)
SCM_C_FILES = $(wildcard *.scm.c)
@@ -41,7 +40,7 @@ $(OBJDIR):
libguile-calendar.so: $(O_FILES)
$(CC) -shared -o $@ $^ $(LDFLAGS)
-CALDIR = cal
+CALDIR = test-cal/cal2/0c0f4d7090bacd99abe9ccca2d5baadf2afac709f7cb66454ef913c52a5ef096.ics
.SECONDARY += %.dot
%.dot: parse
./parse $(CALDIR) -g $@