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 | 3a7f519412d908b4a7536f7af5caff1acbe8e31f (patch) | |
| tree | a8e358f8df56c6d66304e75d068828053f346a8f /kachelmann/Makefile | |
| parent | 2aa05b3f9dc82b1f87677871a753ab5630aba007 (diff) | |
| parent | 6cbc3fc61e739c8c7a6bd362cdef76003817b3c4 (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} |
