diff --git a/Makefile b/Makefile index a4efdf3..852566f 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ LDFLAGS ?= -Wl,--as-needed ### The directory environment: -VDRDIR = ../../.. -LIBDIR = ../../lib -TMPDIR = /tmp +VDRDIR ?= ../../.. +LIBDIR ?= ../../lib +TMPDIR ?= /tmp ### Make sure that necessary options are included: