aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7d8e02..2f1a6c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,11 @@
-include config.mk
+# conditionally initialized, this is needed for standalone build
+# with empty config.mk
+PREFIX ?= /usr/local
+MANPREFIX ?= ${PREFIX}/share/man
+SHAREPREFIX ?= ${PREFIX}/share/vis
+
VERSION = $(shell git describe 2>/dev/null || echo "0.1.x")
CONFIG_LUA ?= 1