aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-02 19:23:49 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-05-22 08:44:19 +0530
commit20256bbf99ec6cef9b264ca85f00d5ffd0649168 (patch)
tree0ad1b54e0139a2fee2cf9b7f17b9e3acaf91292c /Makefile
parent8f1fdcf3e8b7aad1df44bbcbeb4133fb3dd8064a (diff)
downloadnnn-20256bbf99ec6cef9b264ca85f00d5ffd0649168.tar.gz
Fix #249
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2581cc2..fce5f06 100644
--- a/Makefile
+++ b/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