aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Anna Arad <4895022+annagrram@users.noreply.github.com>2019-12-27 19:02:20 +0100
committerGravatar Mischievous Meerkat <engineerarun@gmail.com>2019-12-27 23:32:20 +0530
commitfd9fcf741e6660a1344dafd33956fcdc64fdc643 (patch)
tree5d202c1d5691f54571def4edc285b7e9282942fa /Makefile
parentd3ddff6690aa27e02e4fb3504830137b2d7da5ef (diff)
downloadnnn-fd9fcf741e6660a1344dafd33956fcdc64fdc643.tar.gz
Get nnn compile and run on Haiku (#403)
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51dee97..6afeec2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 2.8.1
+include VERSION.mk
PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
@@ -57,7 +57,7 @@ CFLAGS += $(CFLAGS_CURSES)
LDLIBS += $(LDLIBS_CURSES)
-DISTFILES = src nnn.1 Makefile README.md LICENSE
+DISTFILES = src nnn.1 Makefile README.md LICENSE VERSION.mk
SRC = src/nnn.c
HEADERS = src/nnn.h
BIN = nnn