summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)