Updated makefile

This commit is contained in:
Mark Qvist 2022-07-01 15:50:48 +02:00
parent 97d9678bca
commit bd444b7332

View File

@ -17,8 +17,4 @@ upload:
. ./build.env; \
rsync -rv build/ "$$DEPLOY_TARGET" --delete
pt:
. ./build.env; \
echo "$$DEPLOY_TARGET"
deploy: clean website upload