From a46006f527db5743c3cb43e541857705a05884cf Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 8 Sep 2017 16:20:03 +0200 Subject: Support out-of-source builds Fixes issue #167. Long after closing this issue (kind of wontfix) we have switched to GNU make and can thus use its features like VPATH. --- config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index cf2f946..3aa3cf2 100644 --- a/config.mk +++ b/config.mk @@ -1,3 +1,5 @@ +SRCDIR := . + PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man -- cgit v1.2.3-54-g00ecf