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:
dwm: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
@echo cleaning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment