Files
discord-jeeves/Makefile

20 lines
340 B
Makefile
Raw Normal View History

init:
pip install -r requirements.txt
install:
2023-03-16 23:51:41 +01:00
mkdir logs
cp jeevesbot/env.py.dist jeevesbot/env.py
2021-06-08 21:06:15 +02:00
cp jeevesbot/secret.json.dist jeevesbot/secret.json
clearlog:
rm jeeves.log
clean:
rm jeeves.log
rm jeevesbot/env.py
2021-06-08 21:06:15 +02:00
rm jeevesbot/secret.json
rm -rf jeevesbot/__pycache/
rm -rf __pycache/
lint:
pylint jeeves.py jeevesbot/