mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
16 lines
254 B
Makefile
16 lines
254 B
Makefile
TARGET = netsample
|
|
OBJS = main.o
|
|
|
|
PRX_EXPORTS=exports.exp
|
|
BUILD_PRX=1
|
|
|
|
INCDIR =
|
|
CFLAGS = -O0 -Wall -g
|
|
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
|
|
ASFLAGS = $(CFLAGS)
|
|
|
|
LIBDIR =
|
|
|
|
PSPSDK=$(shell psp-config --pspsdk-path)
|
|
include $(PSPSDK)/lib/build.mak
|