Implement dict-map.
This commit is contained in:
parent
6e614feab3
commit
33f02bd329
3 changed files with 31 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -92,7 +92,8 @@ COMMAND-LINE-SOURCES=command-line.scm testing.import.scm
|
|||
command-line.o: $(COMMAND-LINE-SOURCES)
|
||||
command-line.import.scm: $(COMMAND-LINE-SOURCES)
|
||||
|
||||
MEMBERS-BASE-SOURCES=members-base.scm testing.import.scm
|
||||
MEMBERS-BASE-SOURCES=members-base.scm testing.import.scm \
|
||||
utils.import.scm dictionary.import.scm member-file.import.scm
|
||||
|
||||
members-base.o: $(MEMBERS-BASE-SOURCES)
|
||||
members-base.import.scm: $(MEMBERS-BASE-SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue