Switch .fb.txt conversion from implicit rule to static pattern rule

This commit is contained in:
Philip Zembrod 2024-11-22 19:16:33 +01:00
parent ea33e11ac4
commit 8e351d00d3

View File

@ -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: \