summaryrefslogtreecommitdiff
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 ad763d5..ded4503 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,4 @@ remake: clean all
postrun: $(OBJECTS)
g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS)
+ strip postrun