Change default make target to cover both d64->fth and src->cbmfiles updates

This commit is contained in:
Philip Zembrod 2020-08-02 20:28:27 +02:00 committed by Carsten Strotmann
parent bf46f7b1b2
commit fd53a0f42b

View File

@ -15,8 +15,10 @@ test_files = $(wildcard tests/*.f*)
test_files_petscii = $(patsubst tests/%, cbmfiles/%, $(test_files)) test_files_petscii = $(patsubst tests/%, cbmfiles/%, $(test_files))
# Target to convert all .d64 images into .fth files for easier reading. # Target to convert all .d64 images into .fth files for easier reading,
vf_blk_fth: $(vf_blk_fth_files) # 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: clean: