Use the same o/p filename in debug mode

This commit is contained in:
Arun Prakash Jana 2017-11-30 21:42:17 +05:30
parent 5ff29cede8
commit c70f429bc7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

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