Skip to content
Snippets Groups Projects
Commit 82064af2 authored by arg@10ksloc.org's avatar arg@10ksloc.org
Browse files

added stripping to dwm target in Makefile

parent d54444cf
Branches
Tags
No related merge requests found
...@@ -28,6 +28,7 @@ config.h: ...@@ -28,6 +28,7 @@ config.h:
dwm: ${OBJ} dwm: ${OBJ}
@echo LD $@ @echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS} @${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean: clean:
@echo cleaning @echo cleaning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment