aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-10-09 22:15:00 +0300
committernotaz2011-10-10 00:25:59 +0300
commit9e0630ab54cbf6b6e3ec525f1088aa54e163c938 (patch)
treefc457c1fa4fe78a154ff912feadf764a67418298 /Makefile
parent554a2220f2413cc29d7912ad3f7d91c9e64284cf (diff)
downloadpcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.tar.gz
pcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.tar.bz2
pcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.zip
add caanoo frontend files, move pandora files
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