From 31e85383e1f70415e6b8c10e7f2d7010ce19add8 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 14 Jun 2020 22:30:27 +0200 Subject: [PATCH] Add source dependencies to devenv and testbase make rules --- 6502/C64/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index e0f63d7..c332062 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -31,11 +31,12 @@ run-tests: emulator/testbase.T64 $(test_files_petscii) # c64-volksforth83. cbmfiles/devenv: emulator/run-in-vice.sh emulator/build-devenv.sh \ - emulator/c64-volksforth83.T64 + emulator/c64-volksforth83.T64 \ + disks/vforth4_1.d64 disks/vforth4_3.d64 disks/file-words.d64 emulator/build-devenv.sh cbmfiles/testbase: emulator/run-in-vice.sh emulator/build-testbase.sh \ - emulator/c64-volksforth83.T64 + emulator/c64-volksforth83.T64 disks/file-words.d64 emulator/build-testbase.sh