diff --git a/Makefile b/Makefile index 9c0104b..cad5612 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ update: git pull origin main make setup +# rclone setup +rclone-setup: + bash rclone.sh + # Docker Tests test-ubuntu: @echo "Ubuntu Test"