uofw/lib/common.mak
Martin Charles 5d3bee7f98 Added more makefiles
Closes #11
2014-05-08 16:40:38 -04:00

12 lines
261 B
Makefile

# Copyright (C) 2011, 2012 The uOFW team
# See the file COPYING for copying permission.
CC = psp-gcc
CXX = psp-g++
AS = psp-gcc
FIXUP = psp-fixup-imports
AR = psp-ar
RANLIB = psp-ranlib
PSPSDK = $(shell psp-config --pspsdk-path)