]> gitweb @ CieloNegro.org - sugar.git/blobdiff - GNUmakefile
update.pl
[sugar.git] / GNUmakefile
index 0835be7f389014a9d0e3e3a078b53416d625aa64..bf199c4d610593d8aa0aab924c20ed6199cf0a1c 100644 (file)
@@ -1,6 +1,11 @@
 lint:
-       @perl ./tools/list-files.pl | perl ./tools/find-missing.pl
-       @perl ./tools/list-files.pl | perl ./tools/find-outdated.pl
-       @perl ./tools/list-files.pl | perl ./tools/find-changed.pl
+       perl ./tools/list-files.pl | perl ./tools/find-missing.pl
+       perl ./tools/list-files.pl | perl ./tools/find-outdated.pl
+       perl ./tools/list-files.pl | perl ./tools/find-changed.pl
+
+update:
+       git pull
+       perl ./tools/list-files.pl | perl ./tools/update.pl
+       perl ./tools/list-files.pl | perl ./tools/find-outdated.pl
 
 .PHONY: lint
\ No newline at end of file