mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-02 14:30:35 +00:00
Switch .fb.txt conversion from implicit rule to static pattern rule
This commit is contained in:
parent
ea33e11ac4
commit
8e351d00d3
@ -37,10 +37,10 @@ run-editor: | msdos
|
|||||||
msdos:
|
msdos:
|
||||||
ln -s ../../8086/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 $< $@
|
../../tools/fb2fth.py $< $@
|
||||||
|
|
||||||
tests/%.fb.txt: tests/%.fb ../../tools/fb2fth.py
|
$(testsfbtxtfiles): tests/%.fb.txt: tests/%.fb ../../tools/fb2fth.py
|
||||||
../../tools/fb2fth.py $< $@
|
../../tools/fb2fth.py $< $@
|
||||||
|
|
||||||
run-volks4th: \
|
run-volks4th: \
|
||||||
|
Loading…
Reference in New Issue
Block a user