From f932e54bc49d2b211a9100f8b6f5385e0eafe64c Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 1 Jan 2011 21:04:40 +0200 Subject: gles: tweak Makefile, credits --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 724fdbc..673e768 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,9 @@ $(TARGET): $(OBJS) spunull.so: plugins/spunull/spunull.c $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^ +plugins/gpu-gles/gpuGLES.so: + make -C plugins/gpu-gles/ + clean: $(RM) $(TARGET) $(OBJS) @@ -97,7 +100,8 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh VER ?= $(shell git describe --abbrev=0 master) -rel: pcsx spunull.so pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ +rel: pcsx spunull.so plugins/gpu-gles/gpuGLES.so \ + pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ pandora/picorestore pandora/readme.txt skin COPYING rm -rf out mkdir -p out/plugins -- cgit v1.2.3