From: Arun Prakash Jana Date: Sun, 28 Apr 2019 16:45:59 +0000 (+0530) Subject: Fix target all to work with target debug X-Git-Tag: v2.5~47 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b555887ca8960ee69e3810535fb0c90b3cc3ddfe;p=nnn.git Fix target all to work with target debug --- diff --git a/Makefile b/Makefile index fce5f065..2581cc2c 100644 --- a/Makefile +++ b/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