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
commit44274a1c09ff36ff0ab97f96b7d168fa6154a637 (patch)
treede47f7592e4129c9e9e6cfc62b665672b541cfb1 /kachelmann/Makefile
parent2703d8bce03216e97e3bb3bd975ed15a050cce84 (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}