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 | c40807d49d6e53afc3aa3c5f14fd503ea7166b60 (patch) | |
tree | c7194a9f6b6e749750f914a5d4867d74b9c8cf30 /kachelmann/Makefile | |
parent | 104b7348bc9ed0d9166a0d823b601cfc8823e878 (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} |