summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-06 16:00:12 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-06 16:00:12 +0100
commit7c6d20a31acfa2c7ff8c6cec42257af0058f1b7f (patch)
tree6b0c2de5ee6f2b4f7b3ad06adce3499f42e3153d /Makefile
parentd3e4ef59cbb45f02e07fe17fb7c58cba3c737900 (diff)
downloadMelon-7c6d20a31acfa2c7ff8c6cec42257af0058f1b7f.tar.gz
Melon-7c6d20a31acfa2c7ff8c6cec42257af0058f1b7f.zip
Edited makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33205ff..50d8bbd 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ mrproper:
commit: mrproper
git add .
git commit -a
- git push origin
+ git push github
+ git push home
$(RamFS):
Source/Tools/MakeRamFS/MakeRamFS $(RamFS) $(RamFSFiles)