Skip to content

Commit

Permalink
add extra Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Apr 11, 2022
1 parent fbdfa5e commit e6cb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LCC = $(GBDK_HOME)bin/lcc
# Set platforms to build here, spaced separated. (These are in the separate Makefile.targets)
# They can also be built/cleaned individually: "make gg" and "make gg-clean"
# Possible are: gb gbc pocket megaduck sms gg
TARGETS=gbc gbc-batteryless-DMG_Generic_WR_555_A9 pocket megaduck gg sms
TARGETS=gbc gbc-batteryless-DMG_Generic_WR_555_A9 gbc-batteryless-DMG_AM29LV160MB pocket megaduck gg sms

#when changing this value don't forget to change _CODE_4 in dummydata.s, this value is the (rom) bank nr and must be multiple of 4 + make sure it not overwrites current code
START_SAVE=4
Expand Down

0 comments on commit e6cb77e

Please sign in to comment.