mirror of
https://github.com/jarun/nnn.git
synced 2025-04-20 04:15:02 +00:00
Fix target all to work with target debug
This commit is contained in:
parent
ee11e78f14
commit
b555887ca8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ DISTFILES = src nnn.1 Makefile README.md LICENSE
|
|||
SRC = src/nnn.c
|
||||
BIN = nnn
|
||||
|
||||
all: $(BIN)
|
||||
all:
|
||||
|
||||
$(SRC): src/nnn.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue