summaryrefslogtreecommitdiffstats
path: root/kachelmann/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 00:36:40 +0200
committerroot <root@krebs>2011-08-06 00:36:40 +0200
commit6cbc3fc61e739c8c7a6bd362cdef76003817b3c4 (patch)
treec48bf406fc5e97da72f0266e76bfee688d8f8699 /kachelmann/Makefile
parentdbefb844577d85a48675e598ef04c4590661952f (diff)
Changed kachelmann to write its XML file to /tmp/kachelmann/weather.xml
Deleted Weather.xml Added a Makefile
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r--kachelmann/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/kachelmann/Makefile b/kachelmann/Makefile
new file mode 100644
index 00000000..277a5421
--- /dev/null
+++ b/kachelmann/Makefile
@@ -0,0 +1,5 @@
+.PHONY: infect
+INSTALL_DIR = /root/bin
+infect:
+ mkdir -p /tmp/kachelmann/
+ cp kachelmann ${INSTALL_DIR}