From: Jonas Fonseca Date: Sat, 3 Jun 2006 22:41:38 +0000 (+0200) Subject: Add strip rule X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e92d312229bfb25760fecfeb1a4d49035159157;p=tig.git Add strip rule --- 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