summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-06 01:56:55 +0200
committermakefu <github@syntax-fehler.de>2011-08-06 01:56:55 +0200
commit494b2e6d6d93bd6febbab2fa086fc43310228512 (patch)
tree3a0d0028daf2cefa70c49bae463a3923cb18f4c9 /kachelmann/Makefile
parent596c29972408c83a3e83bb3eb369734bd87d4f7b (diff)
parentd865d9db85cc283ae3e7be20dbe4441a4e69f7b3 (diff)
emergency merge
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r--kachelmann/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile
new file mode 100644
index 00000000..7fa3ec2d
--- /dev/null
+++ b/kachelmann/Makefile
@@ -0,0 +1,8 @@
+.PHONY: infect
+INSTALL_DIR = /root/bin/
+infect:
+ mkdir -p /tmp/kachelmann/
+ cp conditions ${INSTALL_DIR}
+ mv ${INSTALL_DIR}conditions ${INSTALL_DIR}kachelmann
+ chmod +x ${INSTALL_DIR}kachelmann
+