update
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ece7c83
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+update:
+	rm -rf charts
+	cp -r ../pcloud/charts charts/
+	git add .
+	git commit -m "update"
+	git push origin main