mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 21:18:39 +00:00
first commit
This commit is contained in:
12
src/samples/power/Makefile.sample
Normal file
12
src/samples/power/Makefile.sample
Normal file
@@ -0,0 +1,12 @@
|
||||
PSPSDK = $(shell psp-config --pspsdk-path)
|
||||
PSPLIBSDIR = $(PSPSDK)/..
|
||||
TARGET = powersample
|
||||
OBJS = main.o
|
||||
LIBS = -lpsppower
|
||||
|
||||
|
||||
CFLAGS = -O2 -G0 -Wall
|
||||
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
include $(PSPSDK)/lib/build.mak
|
||||
Reference in New Issue
Block a user