install: cp_bin cp_conf cp_cron exec: botm.sh chmod +x botm.sh cp_bin: botm.sh exec cp -p botm.sh /botm/bin/certbot/botm cp_cron: certbot-botm.cron sudo cp certbot-botm.cron /etc/cron.d/certbot-botm cp_conf: ssl-certbot-botm.conf cp ssl-certbot-botm.conf /botm/etc/www/conf/ PHONY: install exec cp_bin cp_cron cp_conf