diff --git a/Makefile b/Makefile index a4c25ce..0ab1a8c 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,18 @@ -include lib/borg/borg.mk -help:: - $(info make codespell-dry = run codespell, dry run) - $(info make codespell-fix = run codespell, write fixes) - bootstrap-borg: @git submodule--helper clone --name borg --path lib/borg \ --url git@github.com:emacscollective/borg.git @cd lib/borg; git symbolic-ref HEAD refs/heads/master @cd lib/borg; git reset --hard HEAD +helpall:: + $(info Test and fix targets) + $(info --------------------) + $(info make codespell-dry = run codespell, dry run) + $(info make codespell-fix = run codespell, write fixes) + $(info ) + codespell-dry: @cd lib; codespell \ --ignore-words ~/.emacs.d/etc/codespell/ignore-words \