aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2020-12-03 11:36:39 -0500
committerCameron Katri <me@cameronkatri.com>2020-12-03 11:36:39 -0500
commit1919d1ddfcc0793471c1d34daecb1985d80b9d3f (patch)
tree4d1aff1f43a9711224d5bdc963bae970cc35e0f0
parent40ec6bf3e2f247af573625511ce8e26a94d63fc8 (diff)
downloadsnaprestore-1919d1ddfcc0793471c1d34daecb1985d80b9d3f.tar.gz
snaprestore-1919d1ddfcc0793471c1d34daecb1985d80b9d3f.tar.zst
snaprestore-1919d1ddfcc0793471c1d34daecb1985d80b9d3f.zip
Strip the binary
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0307fb6..f164042 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ all: snaprestore
snaprestore: snaprestore.m ent.xml NSTask.h
$(CC) $(CFLAGS) -o snaprestore snaprestore.m -framework IOKit -framework Foundation -fobjc-arc
+ $(STRIP) snaprestore
$(LDID) -Sent.xml snaprestore
install: snaprestore