]> gitweb @ CieloNegro.org - sugar.git/blobdiff - GNUmakefile
Auto commit by The Sugar System.
[sugar.git] / GNUmakefile
index bf199c4d610593d8aa0aab924c20ed6199cf0a1c..ca56c8862d4bcd61b07a2c62a7cc21386a31926d 100644 (file)
@@ -7,5 +7,15 @@ update:
        git pull
        perl ./tools/list-files.pl | perl ./tools/update.pl
        perl ./tools/list-files.pl | perl ./tools/find-outdated.pl
+       git status
 
-.PHONY: lint
\ No newline at end of file
+commit:
+       git add -A
+       git commit -m 'Auto commit by The Sugar System.'
+       git push
+       git log --stat --unified -1 --color
+
+install: lint
+       perl ./tools/list-files.pl | perl ./tools/install.pl
+
+.PHONY: lint update commit install