summaryrefslogtreecommitdiffstats
path: root/evan/Makefile
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-06-30 23:06:27 +0200
committerFelix Richter <github@syntax-fehler.de>2011-06-30 23:06:27 +0200
commit27636a7d483a2030ba9fae77e9fbe5d03763009b (patch)
tree250ffb907bc85b815479ab0d166990a9e41c27d3 /evan/Makefile
parentd46ed6db771013c8609f335febd57c85b4653598 (diff)
parent6ee3199fafcd78037dee990bd3bb164394c96706 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'evan/Makefile')
-rw-r--r--evan/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/evan/Makefile b/evan/Makefile
new file mode 100644
index 00000000..f87e8505
--- /dev/null
+++ b/evan/Makefile
@@ -0,0 +1,9 @@
+.PHONY: infect
+INSTALL_DIR = /root/bin
+infect:
+ mkdir -p ${INSTALL_DIR}
+ cp evan ${INSTALL_DIR}
+ cp satz-liste ${INSTALL_DIR}
+ cp evan-startup /etc/init.d/evan
+ update-rc.d evan start
+