Skip to content

Commit

Permalink
Makefile: Remove unneeded XBE_TITLEID default value
Browse files Browse the repository at this point in the history
  • Loading branch information
PQCraft committed Jul 28, 2023
1 parent 303a499 commit 634b81b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ endif
ifeq ($(XBE_TITLE),)
XBE_TITLE = nxdk_app
endif
ifeq ($(XBE_TITLEID),)
XBE_TITLEID = FFFF0002
endif

ifeq ($(OUTPUT_DIR),)
OUTPUT_DIR = bin
Expand Down

0 comments on commit 634b81b

Please sign in to comment.