aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae74a05..c22556a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,9 @@ all: clectio
config.h:
cp config.def.h config.h
+calendar.h:
+ cp calendar.def.h calendar.h
+
mktext: mktext.c
$(CC) $(CFLAGS) -o $@ mktext.c
@@ -42,7 +45,7 @@ endif
text.lz.h: bin2h text_$(FORM).lz
./bin2h text_$(FORM).lz > $@
-clectio: clectio.c puff.c puff.h config.h text.lz.h gen/liturgy_$(FORM).h
+clectio: clectio.c puff.c puff.h config.h calendar.h text.lz.h gen/liturgy_$(FORM).h
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ clectio.c puff.c
size: clectio