Add new specification module skeleton.
This commit is contained in:
parent
29d4c7986f
commit
71341314d8
2 changed files with 41 additions and 1 deletions
|
@ -49,7 +49,7 @@ HACKERBASE-OBJS=hackerbase.o testing.o listing.o month.o period.o \
|
|||
util-set-list.o util-time.o util-tag.o util-io.o \
|
||||
util-string.o util-io.o util-list.o util-parser.o texts.o \
|
||||
tests.o util-proc.o util-mail.o reminders.o util-format.o \
|
||||
brmember-format.o logging.o
|
||||
brmember-format.o logging.o specification.o
|
||||
|
||||
.PHONY: imports
|
||||
imports: $(HACKERBASE-DEPS)
|
||||
|
@ -345,3 +345,8 @@ LOGGING-SOURCES=logging.scm util-string.import.scm
|
|||
|
||||
logging.o: logging.import.scm
|
||||
logging.import.scm: $(LOGGING-SOURCES)
|
||||
|
||||
SPECIFICATION-SOURCES=specification.scm
|
||||
|
||||
specification.o: specification.import.scm
|
||||
specification.import.scm: $(SPECIFICATION-SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue