X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/2509b112f48d935a7130d041b69d248ee91b7e31..0e92d312229bfb25760fecfeb1a4d49035159157:/Makefile diff --git a/Makefile b/Makefile index a7ff69b..75e694d 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ clean: spell-check: aspell --lang=en --check tig.1.txt tigrc.5.txt manual.txt +strip: all + strip $(PROGS) + .PHONY: all all-debug doc install install-doc clean spell-check tig: tig.c