summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorroot <root@filebitch>2011-08-16 19:10:17 +0200
committerroot <root@filebitch>2011-08-16 19:10:17 +0200
commit460982f036bdc4815ea5e9447392bdb049ff2a87 (patch)
treeb27e2e3cb28b8b4ecbb3e9ba2004966241262c85 /lib/Makefile
parent9a9ff1d97fa5072109a4381484f5daf5a4bfb0c1 (diff)
parent84f25017f61d87c592bcc4519bee56e49fe66083 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
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/$< $@