TARGET				= APPSwitcher
OBJS				= main.o blit.o scr_printf.o
#OBJS				= main.o
BUILD_PRX			= 1
PRX_EXPORTS			= exports.exp
USE_KERNEL_LIBC = 1
USE_KERNEL_LIBS = 1 

INCDIR				=
LIBDIR				=
LIBS				= -lpspge_driver -lpsppower_driver
LDFLAGS				= 
CFLAGS				= -Os -G0 -Wall
CXXFLAGS			= $(CFLAGS) -fno-exceptions -fno-rtti 
ASFLAGS				= $(CFLAGS)

PSPSDK				= $(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build_prx.mak

exports:
	psp-build-exports -s exports.exp
