.PHONY : build deploy clean build: scripts/build.sh deploy: make build scripts/deploy.sh clean: rm -rf output/ # Only use this on the iasteate linux computers setup: scripts/setup_pelican.sh