Modification to Makefile

This commit is contained in:
Carsten Strotmann 2020-07-15 11:23:25 +02:00
parent 281bf402a5
commit b443207762
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ fth: $(fth_files)
# Generic rule for converting .fb blk sources into .fth files.
%.fth: %.fb fb2fth.py
./fb2fth.py $< $@
../../../tools/fb2fth.py $< $@