Implement row delimiters.
This commit is contained in:
parent
e01a6db5a6
commit
64ff4255e3
4 changed files with 58 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -182,7 +182,8 @@ progress.so: progress.o
|
|||
progress.o: progress.import.scm
|
||||
progress.import.scm: $(PROGRESS-SOURCES)
|
||||
|
||||
TABLE-SOURCES=table.scm ansi.import.scm testing.import.scm
|
||||
TABLE-SOURCES=table.scm ansi.import.scm testing.import.scm \
|
||||
utils.import.scm
|
||||
|
||||
table.so: table.o
|
||||
table.o: table.import.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue