aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bc2a18..996b293 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