1 2 3 4 5 6
.PHONY: infect INSTALL_DIR = /root/bin/ infect: mkdir -p /tmp/kachelmann/ cp conditions ${INSTALL_DIR} chmod +x ${INSTALL_DIR}conditions