Makefile: add strip target.

master
Drake 3 years ago
parent e05c4f8d22
commit e99e656838

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

Loading…
Cancel
Save