mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 11:39:50 +00:00
5d3bee7f98
Closes #11
12 lines
261 B
Makefile
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)
|
|
|