utils: updated `Makefile`

This commit is contained in:
Ivan Tatarinov 2021-04-24 21:19:57 +03:00
parent 3a49295169
commit a5b0f746f3
1 changed files with 8 additions and 0 deletions

View File

@ -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=$@ $<