diff options
| author | [email protected] <unknown> | 2006-08-07 08:46:11 +0200 |
|---|---|---|
| committer | [email protected] <unknown> | 2006-08-07 08:46:11 +0200 |
| commit | 82064af2d7076045980c694241cf0326aea7e7e2 (patch) | |
| tree | 5e2a30d33c9493de72e7c847598be7311f0e6145 /Makefile | |
| parent | changed getproto, maybe that might fix the killclient issue reported on the list (diff) | |
| download | dwm-82064af2d7076045980c694241cf0326aea7e7e2.tar.gz dwm-82064af2d7076045980c694241cf0326aea7e7e2.tar.bz2 dwm-82064af2d7076045980c694241cf0326aea7e7e2.zip | |
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 |