gLib2D/Makefile
2012-04-15 12:55:35 +02:00

15 lines
285 B
Makefile

PSPSDK = $(shell psp-config --pspsdk-path)
PSPDIR = $(shell psp-config --psp-prefix)
CFLAGS = -O2 -G0 -g
OBJS = glib2d.o
TARGET_LIB = libglib2d.a
include $(PSPSDK)/lib/build.mak
install: all
mkdir -p $(PSPDIR)/include $(PSPDIR)/lib
cp *.h $(PSPDIR)/include
cp *.a $(PSPDIR)/lib