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 | 109231ba93cb6efa0038b1c9f8baff8156b9eea8 (patch) | |
tree | 154e66aa8f6d6bc9295e96cfda3b1397efa82a29 /kachelmann/Makefile | |
parent | 63ea9cdc9c8116c20bc1c5de72bb7701faa2acfc (diff) | |
parent | 2432589707a1153c14de4d43533a1a3bc31dbc9e (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} |