diff --git a/Makefile b/Makefile index ca2bfce..6c4279f 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,7 @@ run_dev: git ls-files | entr -r pipenv run python dev.py tdd: - git ls-files | entr make test opt='$(opt)' - git ls-files | entr make functionnal_tests + git ls-files | entr make test functionnal_tests opt='$(opt)' refactor_tdd: make tdd opt="--pdb --ff --lf --ff -x"