From 044ffd46a1eca8a466f3ef7b2aada4edba2dbfe8 Mon Sep 17 00:00:00 2001 From: MangoPig Date: Wed, 3 Dec 2025 14:25:01 +0000 Subject: [PATCH] Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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"