make strip optional

This commit is contained in:
vanhauser-thc 2022-01-11 13:50:47 +01:00
parent c61fe26d16
commit e11e007400

View file

@ -67,7 +67,7 @@ pw-inspector: pw-inspector.c
$(CC) $(OPTS) $(SEC) $(CFLAGS) $(CPPFLAGS) -c $< $(XDEFINES) $(XIPATHS)
strip: all
strip $(BINS)
-strip $(BINS)
-echo OK > /dev/null && test -x xhydra && strip xhydra || echo OK > /dev/null
install: strip