Sfoglia il codice sorgente

Use the same o/p filename in debug mode

master
Arun Prakash Jana 7 anni fa
parent
commit
c70f429bc7
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -27,7 +27,7 @@ $(BIN): $(SRC)
strip $@

debug: $(SRC)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnndbg $^ $(LDFLAGS) $(LDLIBS)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnn $^ $(LDFLAGS) $(LDLIBS)

install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin


Loading…
Annulla
Salva