mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-30 11:29:55 +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:
|
||||
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: \
|
||||
|
Loading…
Reference in New Issue
Block a user