gte: eliminate excessive lims and casts
[pcsx_rearmed.git] / Makefile
index a0b96c0..7394e70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -193,8 +193,8 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh
 VER ?= $(shell git describe master)
 
 rel: pcsx $(PLUGINS) \
-               pandora/pcsx.sh pandora/pcsx.pxml.templ pandora/pcsx.png \
-               pandora/picorestore pandora/readme.txt pandora/skin COPYING
+               frontend/pandora/pcsx.sh frontend/pandora/pcsx.pxml.templ frontend/pandora/pcsx.png \
+               frontend/pandora/picorestore frontend/pandora/skin readme.txt COPYING
        rm -rf out
        mkdir -p out/plugins
        cp -r $^ out/
@@ -202,4 +202,4 @@ rel: pcsx $(PLUGINS) \
        rm out/pcsx.pxml.templ
        mv out/*.so out/plugins/
        mv out/plugins/gpu_neon.so out/plugins/gpuPEOPS2.so
-       $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i pandora/pcsx.png -c
+       $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i frontend/pandora/pcsx.png -c