This commit is contained in:
Arun Prakash Jana 2019-05-02 19:23:49 +05:30
parent 8f1fdcf3e8
commit 20256bbf99
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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