From 5e8c51099a6145334c000aea224082fe9f58b9e2 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 9 Mar 2021 23:05:23 -0500 Subject: [PATCH] Add task to mirror --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 77111e3..c7429b9 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ update: cp -r $$WOW_ADDON_DIR/ATMe . cp -r $$WOW_ADDON_DIR/ATAutoReactivateGoliath . +mirror: + git push --mirror git@github.com:atomaka/ATAddons.git + clean: rm -f ATAutoReactivateGoliath.zip -- 2.45.2