]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix #249
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 2 May 2019 13:53:49 +0000 (19:23 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 22 May 2019 03:14:19 +0000 (08:44 +0530)
Makefile

index 2581cc2c041d49299e525fc58390bb65cdbca50c..fce5f0651a610a02692fc9026fad2c1d8f02d66d 100644 (file)
--- 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