11 lines
106 B
Makefile
11 lines
106 B
Makefile
|
|
|
|
all: flake8; @:
|
|
|
|
flake8:
|
|
flake8 port_stats/
|
|
|
|
run:
|
|
python2 -im port_stats.interactive conf/local.json
|
|
|