Commit 3dc65803 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

Makefile: add strip target

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent e55690bb
......@@ -36,6 +36,9 @@ version: $(DISTFILES)
clean:
$(RM) -f $(OBJS) $(BINS) $(MANS_F)
strip: $(BINS)
$(STRIP) $^
install: $(BINS) $(MANS)
mkdir -p $(DESTDIR)$(BINDIR)
install -s -m 0755 $(BINS) $(DESTDIR)$(BINDIR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment