Add \. to makefile path

This commit is contained in:
fabio.olimpieri 2013-10-06 13:42:26 +00:00
parent 49aa79ef12
commit 5a0065610b

View File

@ -2,7 +2,7 @@
# Makefile.in for UAE tools
#
export PATH := $(DEVKITPPC)/../MinGW/bin:$(PATH)
export PATH := $(DEVKITPPC)/../MinGW/bin:$(PATH):.
CC = gcc