remove: rm -rf site build: remove mkdocs build deploy: rm -rf /var/www/gctf cp -r site /var/www/gctf .PHONY: remove build deploy