Skip to content

Commit bf55cec

Browse files
Fix build of some ACK targets
1 parent ee18450 commit bf55cec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/makefiles.common/targets/ack/Makefile.ack_targets

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cpm_8080_adm3a_ack:
7272
-D__NO_WAIT \
7373
-D_XL_NO_SLEEP \
7474
$(FULL_FILES)
75-
mv cpm.com $(BUILD_PATH)/X$(GAME_NAME)_cpm8080_adm3a.com
75+
mv cpm.com $(BUILD_PATH)/X$(GAME_NAME)_$@.com
7676
rm $(SOURCE_PATH)/../../*.o
7777

7878
cpm_8080_ack_targets: \
@@ -93,10 +93,8 @@ msdos86:
9393
-D__ALT_PRINT -D_XL_NO_SLEEP \
9494
-D__DEFAULT_CLEAR_SCREEN \
9595
cross_lib/display/alt_print/memory_mapped_alt_print.c \
96-
cross_lib/display/display_macros.c cross_lib/input/input_macros.c cross_lib/sleep/sleep_macros.c games/chase/main.c \
9796
$(FULL_FILES) \
98-
-o ../build/Xchase_stdio.exe
99-
mv msdos86.exe $(BUILD_PATH)/X$(GAME_NAME)_$@_turn_based.exe
97+
-o ../build/X$(GAME_NAME)_$@.exe
10098
rm $(SOURCE_PATH)/../../*.o
10199

102100

@@ -141,7 +139,7 @@ pc8086:
141139
-D__ALT_PRINT \
142140
$(FULL_FILES) \
143141
$(CROSS_LIB_PATH)/display/alt_print/memory_mapped_alt_print.c
144-
mv pc86.img $(BUILD_PATH)/X$(GAME_NAME)_pc8086_turn_based.img
142+
mv pc86.img $(BUILD_PATH)/X$(GAME_NAME)_$@.img
145143
rm $(SOURCE_PATH)/../../*.o
146144

147145
pc8086_targets: \

0 commit comments

Comments
 (0)