From: Arun Prakash Jana Date: Thu, 2 May 2019 13:53:49 +0000 (+0530) Subject: Fix #249 X-Git-Tag: v2.5~45 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=20256bbf99ec6cef9b264ca85f00d5ffd0649168;p=nnn.git Fix #249 --- 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