Add strip rule
authorJonas Fonseca <fonseca@diku.dk>
Sat, 3 Jun 2006 22:41:38 +0000 (00:41 +0200)
committerJonas Fonseca Madsen <fonseca@ask.diku.dk>
Sat, 3 Jun 2006 22:42:38 +0000 (00:42 +0200)
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