Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
add basic makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Mar 20, 2019
1 parent 311a1bc commit fedd994
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bot:
python3 app.py
.PHONY: bot

lint:
python3 -m flake8 --ignore=E501,E722 *.py
.PHONY: lint

0 comments on commit fedd994

Please sign in to comment.