diff options
author | arg@10ksloc.org <unknown> | 2006-08-07 08:46:11 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-07 08:46:11 +0200 |
commit | 82064af2d7076045980c694241cf0326aea7e7e2 (patch) | |
tree | 5e2a30d33c9493de72e7c847598be7311f0e6145 /Makefile | |
parent | d54444cfd73f5006bf58e29e50a4ed28d08f9435 (diff) | |
download | dwm-82064af2d7076045980c694241cf0326aea7e7e2.tar.gz |
added stripping to dwm target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 342a9c2..d3fc989 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ config.h: dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning |