diff options
author | notaz | 2011-01-01 21:04:40 +0200 |
---|---|---|
committer | notaz | 2011-01-01 21:04:40 +0200 |
commit | f932e54bc49d2b211a9100f8b6f5385e0eafe64c (patch) | |
tree | 40aa51b29f9237ae2326249e65c6777749382467 /Makefile | |
parent | 7eadbf885fc9ebd271fa0d7bce3f27394488b059 (diff) | |
download | pcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.tar.gz pcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.tar.bz2 pcsx_rearmed-f932e54bc49d2b211a9100f8b6f5385e0eafe64c.zip |
gles: tweak Makefile, credits
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |