Initial implementations
Okay not really, but I have lost the original git repo so this is where we're at qq
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
token-current:
|
||||
zip wow-token-current.zip wow-token-current.py
|
||||
|
||||
token-historical:
|
||||
zip wow-token-historical.zip wow-token-historical.py
|
||||
|
||||
token-updater:
|
||||
cd venv/lib/python3.9/site-packages && zip -r ../../../../wow-token-updater.zip .
|
||||
zip -g wow-token-updater.zip wow-token-updater.py
|
||||
|
||||
clean:
|
||||
rm -v wow-token-current.zip wow-token-historical.zip wow-token-updater.zip
|
||||
|
||||
all: token-current token-historical token-updater
|
||||
Reference in New Issue
Block a user