From e99e65683878178b887ba138ac97f02f62758fec Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 12 Aug 2021 16:48:32 -0400 Subject: [PATCH] Makefile: add strip target. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 \