X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=GNUmakefile;h=d79d0fa54ab601291dc13c541fa7f83d1a02e2db;hb=84a90e22907dfbf662a42a1fa1c6bb0c054fa02d;hp=bf199c4d610593d8aa0aab924c20ed6199cf0a1c;hpb=5af643009f0cb1adc410ce4827b06a9645e4ce56;p=sugar.git diff --git a/GNUmakefile b/GNUmakefile index bf199c4..d79d0fa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,5 +7,11 @@ update: git pull perl ./tools/list-files.pl | perl ./tools/update.pl perl ./tools/list-files.pl | perl ./tools/find-outdated.pl + git status + +commit: + git add -A + git commit -m 'Auto commit by The Sugar System.' + git push .PHONY: lint \ No newline at end of file