From 8e2d4025fc02e07866869a33ccc686f87389cb36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 8 Feb 2019 21:13:08 +0100 Subject: V{calendar,event} merged into vcomponent, making it symmetic. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3