Selaa lähdekoodia

added stripping to dwm target in Makefile

arg@10ksloc.org 19 vuotta sitten
vanhempi
commit
82064af2d7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -28,6 +28,7 @@ config.h:
 dwm: ${OBJ}
 	@echo LD $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
+	@strip $@
 
 clean:
 	@echo cleaning