mirror of
https://github.com/jarun/nnn.git
synced 2025-04-20 04:15:02 +00:00
Fix #249
This commit is contained in:
parent
8f1fdcf3e8
commit
20256bbf99
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:
|
||||
all: $(BIN)
|
||||
|
||||
$(SRC): src/nnn.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue