libretime/python_apps/pypo/Makefile

10 lines
134 B
Makefile
Raw Normal View History

all: lint
include ../../tools/python.mk
PIP_INSTALL := --editable .[dev]
PYLINT_ARG := liquidsoap pypo
lint: .pylint
clean: .clean