aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fdf3724..4fc970d 100644
--- a/Makefile
+++ b/Makefile
@@ -192,8 +192,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/
@@ -201,4 +201,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