summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-06 16:01:52 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-06 16:01:52 +0100
commit5275fec6c8aa617f7b11bf6e39f8ce1aad0b4394 (patch)
tree8e1443b6df35bd529c576a92f26382cdaf5e4c1f
parent32ffa508b6ee9c9b36e3a054d218ee90caea4c8b (diff)
parent7c6d20a31acfa2c7ff8c6cec42257af0058f1b7f (diff)
downloadMelon-5275fec6c8aa617f7b11bf6e39f8ce1aad0b4394.tar.gz
Melon-5275fec6c8aa617f7b11bf6e39f8ce1aad0b4394.zip
Merge branch 'master' into mountpoints
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dca520e..d69c914 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,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)