Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
28e6e488
Commit
28e6e488
authored
Jun 04, 2018
by
Erik Faye-Lund
Browse files
examples: add $(DEVKITPRO)/tools/bin to path
This is where gbafix and the gbfs tools reside these days, it seems.
parent
bd9630ff
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/Makefile
View file @
28e6e488
...
...
@@ -14,7 +14,7 @@ endif
DEVKITARM
=
$(DEVKITPRO)
/devkitARM
LIBGBA
=
$(DEVKITPRO)
/libgba
export
PATH
:=
$(DEVKITARM)
/bin:
$(PATH)
export
PATH
:=
$(DEVKITARM)
/bin:
$(
DEVKITPRO)
/tools/bin:
$(
PATH)
PIMPMOBILE
=
..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment