From 20256bbf99ec6cef9b264ca85f00d5ffd0649168 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 2 May 2019 19:23:49 +0530 Subject: [PATCH] Fix #249 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2581cc2c..fce5f065 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