Remove vf-blk.fth from v4th.com

This commit is contained in:
Philip Zembrod 2024-11-10 12:43:13 +01:00
parent 213ea3bb1e
commit a82185ad43
2 changed files with 1 additions and 2 deletions

View File

@ -105,7 +105,7 @@ $(patsubst %, $(cpmfilesdir)/%, kernel.com \
$(cpmfilesdir)/v4th.com: \
$(patsubst %, $(cpmfilesdir)/%, tc-base.com \
target.fb v4th.fth vf-core.fth vf-file.fth \
vf-io.fth vf-bufs.fth vf-sys.fth vf-end.fth vf-bdos.fth) \
vf-io.fth vf-sys.fth vf-end.fth vf-bdos.fth) \
Makefile | emu
rm -f $(runcpmdir)/A/0/V4TH.COM $(runcpmdir)/A/0/LOGFILE.TXT $@
./emulator/run-in-runcpm.sh \

View File

@ -5,7 +5,6 @@ Target definitions $100 here!
include vf-core.fth
include vf-io.fth
include vf-bufs.fth
include vf-sys.fth
include vf-bdos.fth
include vf-file.fth