summaryrefslogtreecommitdiffstats
path: root/evan/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-06-29 21:06:16 +0200
committerroot <root@krebs>2011-06-29 21:06:16 +0200
commit2a58f1af8074963ccbeec13a10811fefe2ceb113 (patch)
tree920989e9eb524319c1d3175adef4cf6db95acd76 /evan/Makefile
parente88f09130eb0d642826cb50ff8a969cbfff7a721 (diff)
added evan script
evan: espeak sublimal messages, -d for daemonization (in while loop with random delay) evan-startup: startup script for init.d (does the totally right thing on debian satz-liste: contains the list of things to be espeaked Makefile: do make infest for the right thing
Diffstat (limited to 'evan/Makefile')
-rw-r--r--evan/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/evan/Makefile b/evan/Makefile
new file mode 100644
index 00000000..366e86ee
--- /dev/null
+++ b/evan/Makefile
@@ -0,0 +1,8 @@
+.PHONY: infect
+INSTALL_DIR = /root/bin
+infect:
+ mkdir -p ${INSTALL_DIR}
+ cp evan ${INSTALL_DIR}
+ cp evan-startup /etc/init.d/evan
+ update-rc.d evan start
+