aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-01-01 21:04:40 +0200
committernotaz2011-01-01 21:04:40 +0200
commitf932e54bc49d2b211a9100f8b6f5385e0eafe64c (patch)
tree40aa51b29f9237ae2326249e65c6777749382467 /Makefile
parent7eadbf885fc9ebd271fa0d7bce3f27394488b059 (diff)
downloadpcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.tar.gz
pcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.tar.bz2
pcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.zip
gles: tweak Makefile, credits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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