Add some simple Make tasks for quickly moving (#3)
This commit is contained in:
parent
52303b3484
commit
3e2f6d5ff7
2 changed files with 7 additions and 0 deletions
1
.envrc.sample
Normal file
1
.envrc.sample
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export WOW_ADDON_DIR=
|
6
Makefile
Normal file
6
Makefile
Normal 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/* .
|
Loading…
Reference in a new issue