mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Use the same o/p filename in debug mode
This commit is contained in:
parent
5ff29cede8
commit
c70f429bc7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue