diff options
author | root <root@krebs> | 2011-08-06 00:36:40 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-06 00:36:40 +0200 |
commit | d0a2cc1b54f789455a56e088c6a920b6dc491a38 (patch) | |
tree | 25b6bff61313d2ef770748440b5102aea5eb37a3 /kachelmann/Makefile | |
parent | 2f896d02d13eab9d587a8dfd90b6300b1a338716 (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/Makefile | 5 |
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} |