mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 20:34:07 +00:00
fc74e8fb54
and with a copy of msdos/src/include.fb (with modified comment in block 0) to have a starting point for implementing an .fth file include for CP/M.
12 lines
234 B
Makefile
12 lines
234 B
Makefile
|
|
fth: include.fth
|
|
|
|
run-editor: msdos
|
|
FORTHPATH="f:\\;f:\\msdos" ../../8086/msdos/emulator/run-in-dosbox.sh f:\\msdos\\volks4th.com
|
|
|
|
msdos:
|
|
ln -s ../../8086/msdos msdos
|
|
|
|
%.fth: %.fb ../../tools/fb2fth.py
|
|
../../tools/fb2fth.py $< $@
|