summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authortv <tv@xso>2011-08-13 16:06:03 +0200
committertv <tv@xso>2011-08-13 16:06:03 +0200
commit3cdc6aed8b5852249c1410f786acf84fcab8b153 (patch)
treefc79e03e52dd3b9e2012e642732415c20bbb0f8f /lib/Makefile
parentc36f72a019abcd22fca3dc550e1a239c1d161f1f (diff)
lib: add libkrebs.sh
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644
index 00000000..4d33995f
--- /dev/null
+++ b/lib/Makefile
@@ -0,0 +1,9 @@
+
+
+.PHONY: all install
+all: select-target
+
+install: ../bin/libkrebs.sh
+
+../bin/libkrebs.sh: libkrebs.sh
+ ln -vsnf ../lib/$< $@