Browse code

update makefile

guangchuang yu authored on 26/01/2018 05:07:17
Showing 1 changed files

  • Makefile index 3926472..14c82c7 100644
... ...
@@ -86,6 +86,7 @@ update:
86 86
 
87 87
 push:
88 88
 	git push upstream master;\
89
+	git push;\
89 90
 	git push origin master
90 91
 
91 92