diff --git a/Makefile b/Makefile index 70e89531..3c8cdf52 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,14 @@ fmt-py: lint: flake8 server +.PHONY: lint-client +lint-client: + cd client && $(MAKE) lint + +.PHONY: lint-diff-client +lint-diff-client: + cd client && $(MAKE) lint-diff + # CREATING DISTRIBUTION RELEASE