summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2011-12-07 15:06:57 +0100
committerJohns <johns98@gmx.net>2011-12-07 15:06:57 +0100
commitc1a3ed6041d34336314dc084bf8de36be08c291b (patch)
tree442cd02793da543820e67dfaec6a043241b86dac /make.sh
parentce97b938ca2b1767267c253da6c47b3bf07c32eb (diff)
downloadvdr-plugin-softhddevice-c1a3ed6041d34336314dc084bf8de36be08c291b.tar.gz
vdr-plugin-softhddevice-c1a3ed6041d34336314dc084bf8de36be08c291b.tar.bz2
Makefile and private make script.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 0000000..5fd4d0f
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec make VDRDIR=/usr/include/vdr LIBDIR=. "$@"