Skip to content

Commit

Permalink
Use toolchain standards
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaleblian committed Jul 5, 2024
1 parent a06f435 commit 576d87a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
.SUFFIXES:
#---------------------------------------------------------------------------------

ifeq ($(strip $(DEVKITPRO)),)
$(error "fatal: Set DEVKITPRO in your environment.")
endif
ifeq ($(strip $(DEVKITARM)),)
$(error "fatal: Set DEVKITARM in your environment.")
endif
DEVKITPRO ?= /opt/devkitpro
DEVKITARM ?= /opt/devkitpro/devkitARM

GAME_TITLE := dslibris
GAME_SUBTITLE1 := An EPUB reader for Nintendo DS
Expand Down

0 comments on commit 576d87a

Please sign in to comment.