prepare the help module and general cleanup of files
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,5 +1,5 @@
|
||||
init:
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
|
||||
install:
|
||||
mkdir logs
|
||||
@@ -7,14 +7,12 @@ install:
|
||||
cp jeevesbot/secret.json.dist jeevesbot/secret.json
|
||||
|
||||
clearlog:
|
||||
rm jeeves.log
|
||||
rm logs/jeeves.log*
|
||||
|
||||
clean:
|
||||
rm jeeves.log
|
||||
rm logs/jeeves.log*
|
||||
rm jeevesbot/env.py
|
||||
rm jeevesbot/secret.json
|
||||
rm -rf jeevesbot/__pycache/
|
||||
rm -rf __pycache/
|
||||
|
||||
lint:
|
||||
pylint jeeves.py jeevesbot/
|
||||
rm -rf cogs/__pycache__/
|
||||
rm -rf jeevesbot/__pycache__/
|
||||
rm -rf __pycache__/
|
||||
Reference in New Issue
Block a user