From a4eb852dba1cbe89b21f75d514a18d7bafb95805 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 10 Nov 2018 13:39:45 +0530 Subject: Re-structure files --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12769c6..4d70564 100644 --- a/Makefile +++ b/Makefile @@ -16,13 +16,13 @@ else LDLIBS += -lncurses endif -DISTFILES = nnn.c nnn.h nnn.1 Makefile README.md LICENSE -SRC = nnn.c +DISTFILES = src nnn.1 Makefile README.md LICENSE +SRC = src/nnn.c BIN = nnn all: $(BIN) -$(SRC): nnn.h +$(SRC): src/nnn.h $(BIN): $(SRC) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) @@ -45,7 +45,7 @@ strip: $(BIN) dist: mkdir -p nnn-$(VERSION) - $(CP) $(DISTFILES) nnn-$(VERSION) + $(CP) -r $(DISTFILES) nnn-$(VERSION) tar -cf nnn-$(VERSION).tar nnn-$(VERSION) gzip nnn-$(VERSION).tar $(RM) -r nnn-$(VERSION) -- cgit v1.2.3-70-g09d2