aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-28 22:15:59 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-22 08:44:19 +0530
commitb555887ca8960ee69e3810535fb0c90b3cc3ddfe (patch)
tree1e8a0a48a175be2d291d2a5d36ebde9d26d8be27
parentee11e78f14a5375994d53e2420dacfdcde2d4122 (diff)
downloadnnn-b555887ca8960ee69e3810535fb0c90b3cc3ddfe.tar.gz
Fix target all to work with target debug
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fce5f06..2581cc2 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