From b443207762fef4a00e650c18b61969850ad022ec Mon Sep 17 00:00:00 2001 From: Carsten Strotmann Date: Wed, 15 Jul 2020 11:23:25 +0200 Subject: [PATCH] Modification to Makefile --- 6502/gen6502/vFORTH38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6502/gen6502/vFORTH38/Makefile b/6502/gen6502/vFORTH38/Makefile index e838209..57c7be9 100644 --- a/6502/gen6502/vFORTH38/Makefile +++ b/6502/gen6502/vFORTH38/Makefile @@ -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 $< $@