nimblemachines / muforth

A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin
https://muforth.dev/
Other
131 stars 30 forks source link

serial-terminal.mu4 depends on serial.mu4 #9

Open 0x0dada opened 6 years ago

0x0dada commented 6 years ago

Minor tweak suggestion:

Add:

ld target/common/serial.mu4

to serial-terminal.mu4

Thinking that target/common/serial-terminal.mu4 should just load serial.mu4 since successful use of former depends on tty-target which is defined in latter.