mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-23 12:34:53 +00:00
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 $< $@
|