aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-03-30 02:29:28 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-03-30 02:29:28 +0530
commitc78e3bf14f0105234d52a8a0f1fc0548309949da (patch)
tree204c03557c95d64725cb6cb1194e70dee0c0ddc4 /Makefile
parent98e3f22cb4960d026649807e7dfd9048ea452a46 (diff)
downloadnnn-c78e3bf14f0105234d52a8a0f1fc0548309949da.tar.gz
strip binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6705c3a..bd67f31 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)
+ strip $(BIN)
noice.o: util.h config.h
strlcat.o: util.h