From d75a22451a2f6975dbcfceeddd4d70677cf8679f Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sat, 1 Aug 2020 23:29:21 +0200 Subject: [PATCH] Fix test logs pattern --- 6502/C64/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 9b408d9..4d96be4 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -15,8 +15,7 @@ vf_binaries = $(patsubst %, cbmfiles/vf-%, $(vf_flavours)) test_files = $(wildcard tests/*.f*) test_files_petscii = $(patsubst tests/%, cbmfiles/%, $(test_files)) -atest_logs = $(patsubst %, test-%.log, $(vf_flavours)) -test_logs = $(patsubst %, test-%.log, c64 c16+ c16-) +test_logs = $(patsubst %, test-%.log, $(vf_flavours)) # Target to convert all .d64 images into .fth files for easier reading. vf_blk_fth: $(vf_blk_fth_files)