VolksForth/8080/CPM/Makefile
Philip Zembrod fc74e8fb54 Initial CPM Makefile with rule to run the MSDOS volks4th as editor here
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.
2022-04-02 01:10:56 +02:00

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 $< $@