aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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