diff options
author | makefu <github@syntax-fehler.de> | 2011-08-06 01:56:55 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-08-06 01:56:55 +0200 |
commit | fd26b5ab5b6546ee6dd9e881e23f85ceeb6a0dbc (patch) | |
tree | 782ca6226357f05fe7a69faedc3184a5a9f3082c /kachelmann/Makefile | |
parent | e7abcfa79985c555a79e36e371d56a524a689923 (diff) | |
parent | f1fbb1f23d9ad5de71ecf488d946438a283060d6 (diff) |
emergency merge
Diffstat (limited to 'kachelmann/Makefile')
-rw-r--r-- | kachelmann/Makefile | 8 |
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 + |