mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-08 07:30:44 +00:00
Adapt Makefile to cover core.ft instead of core.fth
This commit is contained in:
parent
e8a6f73a86
commit
e4452b4847
@ -6,7 +6,7 @@
|
||||
vf_blk_d64_files = $(wildcard disks/*.d64)
|
||||
vf_blk_fth_files = $(patsubst %.d64, %.fth, $(vf_blk_d64_files))
|
||||
|
||||
test_files = $(wildcard tests/*.fth)
|
||||
test_files = $(wildcard tests/*.f*)
|
||||
test_files_petscii = $(patsubst tests/%, cbmfiles/%, $(test_files))
|
||||
|
||||
|
||||
@ -51,6 +51,9 @@ emulator/%.T64: cbmfiles/%
|
||||
cbmfiles/%.fth: tests/%.fth
|
||||
ascii2petscii $< $@
|
||||
|
||||
cbmfiles/%.fr: tests/%.fr
|
||||
ascii2petscii $< $@
|
||||
|
||||
|
||||
# Generic rule for converting .d64 blk sources into .fth files.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user