diff --git a/Makefile b/Makefile index b824545..895441e 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ debug: all clean: @rm -rf bin +.PHONY: strip +strip: + @strip bin/* + .PHONY: install install: @for prog in ${EXCLUDE_PROGS}; do \