From 5eefa5199f7784e18b4f760046829c64d07e13b9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 7 Jul 2020 11:33:18 +0200 Subject: Makefile: added strip to install --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69b0c04..0e19cbf 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,5 @@ run: build $(BUILDDIR)/$(OUTPUT) $(FILE) install: build + @strip $(BUILDDIR)/$(OUTPUT) @cp $(BUILDDIR)/$(OUTPUT) $(PREFIX)/bin/$(OUTPUT) -- cgit v1.2.3