Ver código fonte

remove $(STRIP) leftover from Makefile

Use only the `strip` target fort stripping the binary.
master
Jan Chren GitHub 5 anos atrás
pai
commit
176187c1ed
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      Makefile

+ 0
- 1
Makefile Ver arquivo

@@ -41,7 +41,6 @@ debug: $(SRC)

norl: $(SRC)
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
$(STRIP) $(BIN)

install: all
$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin


Carregando…
Cancelar
Salvar