]> Sergey Matveev's repositories - nnn.git/commitdiff
Use the same o/p filename in debug mode
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 30 Nov 2017 16:12:17 +0000 (21:42 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 30 Nov 2017 16:12:17 +0000 (21:42 +0530)
Makefile

index 4bc2a186f2ddd0e814e4eb122321f7041c45d0c0..996b293cc6b07b9a5944f460a0bf65f4453edf26 100644 (file)
--- 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