mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
Use the same o/p filename in debug mode
This commit is contained in:
parent
5ff29cede8
commit
c70f429bc7
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ $(BIN): $(SRC)
|
||||||
strip $@
|
strip $@
|
||||||
|
|
||||||
debug: $(SRC)
|
debug: $(SRC)
|
||||||
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnndbg $^ $(LDFLAGS) $(LDLIBS)
|
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnn $^ $(LDFLAGS) $(LDLIBS)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
Loading…
Reference in a new issue