Fix target all to work with target debug

This commit is contained in:
Arun Prakash Jana 2019-04-28 22:15:59 +05:30
parent ee11e78f14
commit b555887ca8
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: $(BIN)
all:
$(SRC): src/nnn.h