X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/d44f34bfa910a7b131394d144061e4e43100ccae..57bdf034274cc555b39220fe206124a217f7d1d3:/Makefile diff --git a/Makefile b/Makefile index e331135..90a7563 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ install-docs: docs clean: rm -f $(PROGS) $(DOCS) core +spell-check: + aspell --lang=en --check tig.1.txt + .PHONY: all docs install clean tig: tig.c