From 32060bfcc3e02ae573bb0aa7b777b7ca35e40ee9 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Mon, 14 Mar 2022 00:25:57 +0100 Subject: [PATCH] 2 small Makefile fixes --- 8086/msdos/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/8086/msdos/Makefile b/8086/msdos/Makefile index 8fc01cd..7410bb6 100644 --- a/8086/msdos/Makefile +++ b/8086/msdos/Makefile @@ -24,7 +24,8 @@ metafile.com: v4thfile.com src/meta.fb src/mk-meta.fth tests/log2file.fb dos2unix -n OUTPUT.LOG metafile.log grep -F 'Metacompiler saved as metafile.com' metafile.log -v4th.com: metafile.com src/meta.fb src/mk-v4th.fth +v4th.com: metafile.com src/meta.fb src/mk-v4th.fth \ + src/vf86dos.fth rm -f v4th.com V4TH.COM OUTPUT.LOG FORTHPATH="f:\\;f:\\src;f:\\tests" ./emulator/run-in-dosbox.sh \ metafile.com "include mk-v4th.fth" @@ -35,7 +36,7 @@ v4th.com: metafile.com src/meta.fb src/mk-v4th.fth # o4th for old volks4th - the new v4th is built with precompiled # metacompiler metafile.com and mk-v4th.fth which writes a compile log. o4th.com o4th.log: volks4th.com src/kernel.fb - rm -f FORTH.COM forth.com v4th.com + rm -f FORTH.COM forth.com o4th.com FORTHPATH="f:\\;f:\\src;f:\\tests" ./emulator/run-in-dosbox.sh \ volks4th.com "include kernel.fb" dos2unix -n OUTPUT.LOG o4th.log