.PHONY: all build_deploy build deploy all: build_deploy build_deploy: build ./deploy_poll.sh build: cd polls; make deploy: ./deploy_poll.sh