Browse code

update makefile

guangchuang yu authored on 17/07/2017 10:17:29
Showing 1 changed files

  • Makefile index d93e642..06618ad 100644
... ...
@@ -70,3 +70,8 @@ svncommit:
70 70
 	git push -u origin devel;\
71 71
 	git checkout master;\
72 72
 	git merge devel
73
+
74
+gitmaintain:
75
+	git gc --auto;\
76
+	git prune -v;\
77
+	git fsck --full