From 11fa5b672433d7811e497da5dbb396e7627bc75e Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 23 Nov 2020 22:37:41 +0000 Subject: [PATCH] Makefile: strip output binary --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 575d1ec..dc4a7e9 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ clean: lazy-rebuild: go build -o $@ - - + strip $@ + test: mkdir test touch test/file1.txt