Add the print module.
This commit is contained in:
parent
7ca7f996c4
commit
2d0ff00ffb
4 changed files with 124 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -196,7 +196,9 @@ member-parser.so: member-parser.o
|
|||
member-parser.o: member-parser.import.scm
|
||||
member-parser.import.scm: $(MEMBER-PARSER-SOURCES)
|
||||
|
||||
MEMBER-PRINT-SOURCES=member-print.scm
|
||||
MEMBER-PRINT-SOURCES=member-print.scm dictionary.import.scm \
|
||||
member-record.import.scm month.import.scm utils.import.scm \
|
||||
table.import.scm
|
||||
|
||||
member-print.so: member-print.o
|
||||
member-print.o: member-print.import.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue