put arm-eabi compiler back on path for those that have followed devkitpro installation instructions

This commit is contained in:
adam@algroup.co.uk 2010-02-27 09:05:03 +00:00
parent bd469288ab
commit 09c1ce4bdd

View file

@ -40,6 +40,7 @@ COPY=cp
PATHSEP=/
FLASH_TOOL=client/flasher
DETECTED_OS=UNAME
PATH := $(PATH):$(DEVKITARM)/bin
else