From 7dc1c341505e2c971e9ceb108863b2bcbba74c43 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Thu, 20 Jan 2022 00:00:40 +0100 Subject: [PATCH] Make rule to target compile a new v4th.com --- 8086/msdos/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/8086/msdos/Makefile b/8086/msdos/Makefile index 6d85891..c4f598e 100644 --- a/8086/msdos/Makefile +++ b/8086/msdos/Makefile @@ -13,6 +13,11 @@ fth: $(fthfiles) $(fthfiles_caseconverted) clean: 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 \ emulator/run-in-dosbox.sh