diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-09-08 16:20:03 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-09-08 16:20:05 +0200 |
commit | a46006f527db5743c3cb43e541857705a05884cf (patch) | |
tree | 52b2e5806eeaba260df336c35abc2087890997eb /config.mk | |
parent | e46b1fa609b96194633c58bf75df9c88ede44a90 (diff) |
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.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +SRCDIR := . + PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man |