Add task to mirror (#24)
This commit is contained in:
parent
c639ec142d
commit
c42f4b3f37
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -6,6 +6,9 @@ update:
|
||||||
cp -r $$WOW_ADDON_DIR/ATMe .
|
cp -r $$WOW_ADDON_DIR/ATMe .
|
||||||
cp -r $$WOW_ADDON_DIR/ATAutoReactivateGoliath .
|
cp -r $$WOW_ADDON_DIR/ATAutoReactivateGoliath .
|
||||||
|
|
||||||
|
mirror:
|
||||||
|
git push --mirror git@github.com:atomaka/ATAddons.git
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ATAutoReactivateGoliath.zip
|
rm -f ATAutoReactivateGoliath.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue