+help:
+ @echo
+ @echo " .:. Sugar - The Dot-Files Manager .:."
+ @echo
+ @echo "Usage:"
+ @echo " make lint - lint The Sugar System"
+ @echo " make update - update repository with the current dot files"
+ @echo " make commit - commit changes to the repository"
+ @echo " make install - update the current dot files with the repository"
+ @echo
+
lint:
perl ./tools/list-files.pl | perl ./tools/find-missing.pl
perl ./tools/list-files.pl | perl ./tools/find-outdated.pl
install: lint
perl ./tools/list-files.pl | perl ./tools/install.pl
-.PHONY: lint update commit install
+.PHONY: help lint update commit install