mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-09 13:32:05 +00:00
Make rule to target compile a new v4th.com
This commit is contained in:
parent
9a568b3a03
commit
7dc1c34150
@ -13,6 +13,11 @@ fth: $(fthfiles) $(fthfiles_caseconverted)
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.log *.LOG *.result *.golden
|
rm -f *.log *.LOG *.result *.golden
|
||||||
|
|
||||||
|
v4th.com: volks4th.com kernel.fb \
|
||||||
|
emulator/run-in-dosbox.sh
|
||||||
|
rm -f FORTH.COM forth.com v4th.com
|
||||||
|
./emulator/run-in-dosbox.sh volks4th.com kernel.fb
|
||||||
|
mv FORTH.COM v4th.com
|
||||||
|
|
||||||
v4thfile.com: volks4th.com src/include.fb src/v4thfile.fb \
|
v4thfile.com: volks4th.com src/include.fb src/v4thfile.fb \
|
||||||
emulator/run-in-dosbox.sh
|
emulator/run-in-dosbox.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user