Browse Source

Use the same o/p filename in debug mode

master
Arun Prakash Jana 6 years ago
parent
commit
c70f429bc7
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View 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…
Cancel
Save