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