5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
|
all: mypy
|
||
|
|
|
||
|
|
mypy:
|
||
|
|
MYPYPATH=$(CURDIR)/stubs mypy --show-error-codes starch.py
|