From c42f4b3f37d8424b71db21429293f71a9f5f3587 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 10 Mar 2021 04:05:56 +0000 Subject: [PATCH] Add task to mirror (#24) --- 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