Calendar day module compilation.
This commit is contained in:
parent
85c673332b
commit
f6a32e7ff6
2 changed files with 9 additions and 2 deletions
|
@ -365,3 +365,8 @@ CAL-PERIOD-SOURCES=cal-period.scm cal-month.import.scm \
|
|||
|
||||
cal-period.o: cal-period.import.scm
|
||||
cal-period.import.scm: $(CAL-PERIOD-SOURCES)
|
||||
|
||||
CAL-DAY-SOURCES=cal-day.scm util-tag.import.scm cal-month.import.scm
|
||||
|
||||
cal-day.o: cal-day.import.scm
|
||||
cal-day.import.scm: $(CAL-DAY-SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue