Add strip rule
[tig] / Makefile
index a7ff69b..75e694d 100644 (file)
--- 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