From a14cfd701dc3c7e1c6fe860b724a071c21c325d9 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 2 Aug 2020 20:28:27 +0200 Subject: [PATCH] Change default make target to cover both d64->fth and src->cbmfiles updates --- 6502/C64/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 81f5c84..bcc5558 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -16,8 +16,10 @@ test_logs = $(patsubst %, test-%.log, $(vf_flavours)) working_vf_flavours = full-c64 full-c16+ lite-c64 lite-c16+ test_resuls = $(patsubst %, test-%.result, $(working_vf_flavours)) -# Target to convert all .d64 images into .fth files for easier reading. -vf_blk_fth: $(vf_blk_fth_files) +# Target to convert all .d64 images into .fth files for easier reading, +# and to update all PETSCII files in cbmfiles to the latest state of +# the corresponding ASCII files in src. +update: $(vf_blk_fth_files) $(vf_fth_files_petscii) clean: