mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-31 04:37:25 +00:00
Update all samples to new requirements, and expose a makefile to compile all of them
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
PSPSDK = $(shell psp-config --pspsdk-path)
|
||||
PSPLIBSDIR = $(PSPSDK)/..
|
||||
TARGET = powersample
|
||||
OBJS = main.o
|
||||
OBJS = main.o
|
||||
LIBS = -lpsppower
|
||||
|
||||
|
||||
CFLAGS = -O2 -G0 -Wall
|
||||
CFLAGS = -O2 -Wall
|
||||
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
||||
ASFLAGS = $(CFLAGS)
|
||||
|
||||
include $(PSPSDK)/lib/build.mak
|
||||
include $(PSPSDK)/lib/build.mak
|
||||
|
||||
Reference in New Issue
Block a user