Makefile | 2 +- diff --git a/Makefile b/Makefile index 4bc2a186f2ddd0e814e4eb122321f7041c45d0c0..996b293cc6b07b9a5944f460a0bf65f4453edf26 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS) 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