diff --git a/Makefile b/Makefile index 79ccabd1..d936462a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - +export PATH := $(DEVKITARM)/bin:$(PATH) +.DEFAULT_GOAL := release CODE_FILE := code.bin SYS_PATH := rxTools/sys SET_SYS_PATH := SYS_PATH=$(SYS_PATH)