]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix target all to work with target debug
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 28 Apr 2019 16:45:59 +0000 (22:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 22 May 2019 03:14:19 +0000 (08:44 +0530)
Makefile

index fce5f0651a610a02692fc9026fad2c1d8f02d66d..2581cc2c041d49299e525fc58390bb65cdbca50c 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: $(BIN)
+all:
 
 $(SRC): src/nnn.h