diff options
author | pixel <pixel> | 2005-02-17 08:33:49 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-02-17 08:33:49 +0000 |
commit | 9418b93fd33707d10302a61182cdb2a6cd3b59fa (patch) | |
tree | 50fddeeff4751199d28ba7600eb1ba38adf9983b /compile/Makefile | |
parent | bc2f04960144ac330fbf4001f9a10bfd2ba4e6f9 (diff) |
Updating makefiles to add luapatch, and updating things a bit for PS2 target.
Diffstat (limited to 'compile/Makefile')
-rw-r--r-- | compile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile/Makefile b/compile/Makefile index cf0364e..31a2883 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -11,7 +11,10 @@ rebuild: clean all release: all -ssh sumarit rm /var/www/cd-tool/* + -ssh sumarit rm /var/www/luapatch/* scp cd-tool*.zip sumarit:/var/www/cd-tool scp ../FAQ-cd.txt sumarit:/var/www/cd-tool/README.txt scp ../COPYING sumarit:/var/www/cd-tool scp *.lua sumarit:/var/www/cd-tool + scp luapatch* sumarit:/var/www/luapatch + scp ../README-LuaPatch.txt sumarit:/var/www/luapatch/README.txt |