.PHONY: deploy deploy: rm -rf deploy hyde gen #hyde publish .PHONY: update-tufte-css update-tufte-css: git subtree pull -P tufte-css --squash https://github.com/edwardtufte/tufte-css.git gh-pages cp -Rp tufte-css/{tufte.css,et-book} content/media/css @echo 'Make sure to git add content/media/css and commit the updates (if any)!'