diff options
Diffstat (limited to 'ivan/Makefile')
-rw-r--r-- | ivan/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ivan/Makefile b/ivan/Makefile new file mode 100644 index 00000000..38eb1da2 --- /dev/null +++ b/ivan/Makefile @@ -0,0 +1,7 @@ +.PHONY: infest +BIN_DIR = ../bin +infest: + cp ivan ${INSTALL_DIR} +debian-startup: + cp ivan-startup /etc/init.d/ivan + update-rc.d evan start |