From a5b0f746f36cfc8c66da14216eae8d0141ab6612 Mon Sep 17 00:00:00 2001 From: Ivan Tatarinov Date: Sat, 24 Apr 2021 21:19:57 +0300 Subject: [PATCH] utils: updated `Makefile` --- utils/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/utils/Makefile b/utils/Makefile index 060e96c..a02f85a 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -41,6 +41,7 @@ $(BUILD_DIR)/BACK16M: back16m.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $< @@ -48,6 +49,7 @@ $(BUILD_DIR)/BACKZX2: back32m.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) echo ' define zxdos 1' >back32m.def $(AS) $(AFLAGS) --raw=$@ $< @@ -57,6 +59,7 @@ $(BUILD_DIR)/BACKZXD: back32m.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) echo ' define zxdos 0' >back32m.def $(AS) $(AFLAGS) --raw=$@ $< @@ -66,12 +69,14 @@ $(BUILD_DIR)/BACKUP: backup.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $< $(BUILD_DIR)/CORCLEAN: corclean.asm\ zxuno.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $< @@ -79,6 +84,7 @@ $(BUILD_DIR)/COREBIOS: corebios.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $< @@ -86,6 +92,7 @@ $(BUILD_DIR)/ROMSBACK: romsback.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $< @@ -93,6 +100,7 @@ $(BUILD_DIR)/ROMSUPGR: romsupgr.asm\ zxuno.def\ esxdos.def\ Print.inc\ + rdflsh.inc\ | $(BUILD_DIR) $(AS) $(AFLAGS) --raw=$@ $<