b446b5f37c
Python code copyed from port-compare commit 153130a18f2ce80d8f9646ab94b0f9eeb0e994de with minor modifications. Runner script added
10 lines
68 B
Makefile
10 lines
68 B
Makefile
|
|
|
|
all: flake8; @:
|
|
|
|
flake8:
|
|
flake8 repos_cmp/
|
|
|
|
run:
|
|
scripts/run.sh
|