mirror of
https://github.com/joel16/uofw.git
synced 2024-12-04 17:36:31 +00:00
11 lines
216 B
Makefile
11 lines
216 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
|
|
|