mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
make strip optional
This commit is contained in:
parent
c61fe26d16
commit
e11e007400
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue