diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 3b76b96..7f71ff8 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -162,31 +162,31 @@ emulator/sdcard.img: emulator/sdcard.sfdisk test-v4thblk-c64.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double block report-blk) - cat $? > $@ + cat $^ > $@ test-v4th-c64.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4thblk-c16+.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double block report-blk) - cat $? > $@ + cat $^ > $@ test-v4th-c16+.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4thblk-c16-.golden: $(patsubst %, tests/golden/%.golden, \ prelim core) - cat $? > $@ + cat $^ > $@ test-v4th-c16-.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ test-v4th-x16.golden: $(patsubst %, tests/golden/%.golden, \ prelim core coreext double report-noblk) - cat $? > $@ + cat $^ > $@ # Rules for building Forth binaries on top of the plain vanilla # c64-volksforth83.