mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
strip binary
This commit is contained in:
parent
98e3f22cb4
commit
c78e3bf14f
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue