diff options
| author | tv <tv@also> | 2011-08-06 00:57:01 +0200 |
|---|---|---|
| committer | tv <tv@also> | 2011-08-06 00:57:01 +0200 |
| commit | 894b91c34386a3040c8ef7e95d547bbecb87554e (patch) | |
| tree | c102bae35677a7f215028bfcef42d0f06243b88e /kachelmann/Makefile | |
| parent | fcb42f9d82e3ae948179c95b13bc00a03aa0c017 (diff) | |
| parent | d0a2cc1b54f789455a56e088c6a920b6dc491a38 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
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} |
