mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-05 03:29:36 +00:00
Add second target compiler rule using kernel.com instead of volks4th.com
This commit is contained in:
parent
79ef63fdec
commit
f5feeb2c37
@ -71,7 +71,7 @@ inctest.log: \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target.log: \
|
||||
target1.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
| emu
|
||||
@ -86,6 +86,23 @@ target.log: \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
target2.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb ass8080.fb \
|
||||
include.fb log2file.fb target.fb source.fb) \
|
||||
| emu
|
||||
./emulator/run-in-runcpm.sh \
|
||||
"kernel fileint.fb" \
|
||||
"1 load onlyforth" \
|
||||
"include log2file.fb" \
|
||||
"logopen" \
|
||||
"include ass8080.fb" \
|
||||
"include target.fb" \
|
||||
"include source.fb" \
|
||||
"logclose" \
|
||||
"bye" \
|
||||
"exit"
|
||||
dos2unix -n $(runcpmdir)/logfile.txt $@
|
||||
|
||||
test-min.log: \
|
||||
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb \
|
||||
include.fb log2file.fb \
|
||||
|
Loading…
Reference in New Issue
Block a user