Add some simple Make tasks for quickly moving (#3)

This commit is contained in:
Andrew Tomaka 2021-01-13 02:45:57 +00:00 committed by Gitea
parent 52303b3484
commit 3e2f6d5ff7
2 changed files with 7 additions and 0 deletions

1
.envrc.sample Normal file
View file

@ -0,0 +1 @@
export WOW_ADDON_DIR=

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
install:
cp MyAddon.lua $$WOW_ADDON_DIR/MyAddon/
cp MyAddon.toc $$WOW_ADDON_DIR/MyAddon/
update:
cp -r $$WOW_ADDON_DIR/MyAddon/* .