From c70f429bc7307504e43b701b96d95e792468b921 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 30 Nov 2017 21:42:17 +0530 Subject: [PATCH] Use the same o/p filename in debug mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bc2a186..996b293c 100644 --- a/Makefile +++ b/Makefile @@ -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