Skip to content

Commit eb0ff5c

Browse files
Better target name in Makefile
1 parent 6024c4a commit eb0ff5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ many_sprites:
8080

8181

8282
# SID AT $1000, SID_SIZE: $1000, GFX AT $2000, GFX_SIZE: $2000
83-
many_flakes:
83+
many_flakes_old:
8484
$(CC65_PATH)$(MYCL65) $(MYCCFLAGS) $(MYSIDCFG) \
8585
--asm-define MAXSPR=22 -D_NUMBER_OF_SPRITES_=20 -D_SPRITE_SEPARATION_=30 \
8686
--asm-define FAST_MODE=1 \
@@ -95,7 +95,7 @@ many_flakes:
9595

9696
# SID AT $1000, SID_SIZE: $0C00, GFX AT $1C00, GFX_SIZE: $2000
9797
# -m mapfile
98-
many_flakes_alt:
98+
many_flakes:
9999
$(CC65_PATH)$(MYCL65) $(MYCCFLAGS) $(MYSIDCFG_ALT) $(EXPANDXCFG) \
100100
--asm-define MAXSPR=20 -D_NUMBER_OF_SPRITES_=20 -D_SPRITE_SEPARATION_=30 \
101101
--asm-define FAST_MODE=1 \

0 commit comments

Comments
 (0)