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 | 2432589707a1153c14de4d43533a1a3bc31dbc9e (patch) | |
tree | 3625bd621af4b4613d7af31038cf771ee1daa7a1 /kachelmann/Makefile | |
parent | 6f683003c47c43c8842c071f81898c36ff348ce0 (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} |