From a37b454ee7b1f82a830bc314b216761ec39e178e Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 16 Sep 2020 07:22:25 -0400 Subject: [PATCH] split make targets --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f37ec3d..da38bdd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ -.PHONY: oragono +.PHONY: all flakes integration -oragono: +all: flakes integration + +flakes: pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py + +integration: ./test.py irctest.controllers.oragono