Add new dependencies.
This commit is contained in:
parent
0057a9ad2a
commit
08e305bd5b
2 changed files with 5 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -232,7 +232,8 @@ members-dir.so: members-dir.o
|
|||
members-dir.o: members-dir.import.scm
|
||||
members-dir.import.scm: $(MEMBERS-DIR-SOURCES)
|
||||
|
||||
CSV-SIMPLE-SOURCES=csv-simple.scm testing.import.scm
|
||||
CSV-SIMPLE-SOURCES=csv-simple.scm testing.import.scm \
|
||||
progress.import.scm
|
||||
|
||||
csv-simple.so: csv-simple.o
|
||||
csv-simple.o: csv-simple.import.scm
|
||||
|
@ -245,7 +246,7 @@ bank-account.o: bank-account.import.scm
|
|||
bank-account.import.scm: $(BANK-ACCOUNT-SOURCES)
|
||||
|
||||
BANK-FIO-SOURCES=bank-fio.scm bank-account.import.scm \
|
||||
csv-simple.import.scm
|
||||
csv-simple.import.scm progress.import.scm
|
||||
|
||||
bank-fio.so: bank-fio.o
|
||||
bank-fio.o: bank-fio.import.scm
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
(chicken keyword)
|
||||
(chicken io)
|
||||
(chicken irregex)
|
||||
testing)
|
||||
testing
|
||||
progress)
|
||||
|
||||
;; Curry version of line parser with configurable cell separator and
|
||||
;; string delimiter. Returns a list of lists of strings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue