Update all samples to new requirements, and expose a makefile to compile all of them

This commit is contained in:
Francisco Javier Trujillo Mata
2021-11-13 16:56:29 +01:00
parent 6e80c9bd29
commit 0a803b844d
86 changed files with 186 additions and 114 deletions

View File

@@ -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