Skip to content

Commit

Permalink
PSP: fixed destination filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Mar 25, 2016
1 parent b23ef6b commit 1ea2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ distrib: all
@cp "bin/psp.cfg" "$(DIST_PREFIX)/psp.cfg"
@cp "README.md" "$(DIST_PREFIX)/readme.txt"
@cp "../License.txt" "$(DIST_PREFIX)/License.txt"
@cp "../Copyright.txt" "$(DIST_PREFIX)/License.txt"
@cp "../Copyright.txt" "$(DIST_PREFIX)/Copyright.txt"
@$(MAKE) -C "../Plugins" -f Makefile.psp distrib

clean: cleankernelprx cleanexceptionprx cleanlaunchereboot cleanengineprx cleanallplugins

0 comments on commit 1ea2d33

Please sign in to comment.