10 lines
134 B
Makefile
10 lines
134 B
Makefile
|
all: lint
|
||
|
|
||
|
include ../../tools/python.mk
|
||
|
|
||
|
PIP_INSTALL := --editable .[dev]
|
||
|
PYLINT_ARG := liquidsoap pypo
|
||
|
|
||
|
lint: .pylint
|
||
|
clean: .clean
|