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
commitf35d129de5003cb46c81a8691ed94285ce467606 (patch)
tree085f1dd5fe8ee6de44c878690085a3d2243abc38 /evan/Makefile
parent3aa54ea3040e2a52099f8496ab255982caa88f51 (diff)
parentad89350b16a31d6bd6a644ad162d8723e85945ee (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
+