X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=21add20774dbba4c465219611a96e40058314d00;hp=9c7cba96b7fbfaa76043b7ae8b0661ef3fd6e2da;hb=ea1f6f2f95a7e4df3da3fd8433aca1718ea5c575;hpb=e60da1599d018abcd8256f7a7259678b601d306d diff --git a/Makefile b/Makefile index 9c7cba96..21add207 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,7 @@ clean: $(PLAT_CLEAN) $(RM) $(TARGET) $(OBJS) $(TARGET).map clean_plugins: + make -C plugins/gpulib/ clean for dir in $(PLUGINS) ; do \ $(MAKE) -C $$(dirname $$dir) clean; done @@ -208,5 +209,6 @@ rel: pcsx $(PLUGINS) \ rm out/pcsx.pxml.templ mv out/*.so out/plugins/ mv out/plugins/gpu_unai.so out/plugins/gpuPCSX4ALL.so + mv out/plugins/gpu_gles.so out/plugins/gpuGLES.so mv out/plugins/gpu_peops.so out/plugins/gpuPEOPS.so $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i frontend/pandora/pcsx.png -c