summaryrefslogtreecommitdiffstats
path: root/evan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'evan/Makefile')
-rw-r--r--evan/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/evan/Makefile b/evan/Makefile
deleted file mode 100644
index f87e8505..00000000
--- a/evan/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-.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
-