Changed default Makefile prefix. Most people probably don't have a /home/brad folder on their system ;)

This commit is contained in:
L. Bradley LaBoon 2014-02-11 12:21:12 -05:00
parent 6a78658eae
commit 905a8a05a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build environment
PREFIX ?= /home/brad/brados/brados-gcc
PREFIX ?= /usr/local/cross
ARCH ?= i586-elf
GNU ?= $(PREFIX)/$(ARCH)/bin/$(ARCH)