Okay not really, but I have lost the original git repo so this is where we're at qq
15 lines
421 B
Makefile
15 lines
421 B
Makefile
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
|