From b555887ca8960ee69e3810535fb0c90b3cc3ddfe Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sun, 28 Apr 2019 22:15:59 +0530
Subject: [PATCH] Fix target all to work with target debug

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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