From 8e351d00d317442255ae926b0c92a3e26c6b6321 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Fri, 22 Nov 2024 19:16:33 +0100 Subject: [PATCH] Switch .fb.txt conversion from implicit rule to static pattern rule --- 8080/CPM/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8080/CPM/Makefile b/8080/CPM/Makefile index 38cd122..df3be87 100644 --- a/8080/CPM/Makefile +++ b/8080/CPM/Makefile @@ -37,10 +37,10 @@ run-editor: | msdos msdos: ln -s ../../8086/msdos msdos -src/%.fb.txt: src/%.fb ../../tools/fb2fth.py +$(srcfbtxtfiles): src/%.fb.txt: src/%.fb ../../tools/fb2fth.py ../../tools/fb2fth.py $< $@ -tests/%.fb.txt: tests/%.fb ../../tools/fb2fth.py +$(testsfbtxtfiles): tests/%.fb.txt: tests/%.fb ../../tools/fb2fth.py ../../tools/fb2fth.py $< $@ run-volks4th: \