Makefile: add strip target.

master
Drake 3 years ago
parent e05c4f8d22
commit e99e656838

@ -37,6 +37,10 @@ debug: all
clean:
@rm -rf bin
.PHONY: strip
strip:
@strip bin/*
.PHONY: install
install:
@for prog in ${EXCLUDE_PROGS}; do \

Loading…
Cancel
Save