1 files changed, 2 insertions(+), 2 deletions(-)
M Makefile
M Makefile => Makefile +2 -2
@@ 4,10 4,10 @@ typecheck:
mypy .
test:
- python3 -m ode2dsp.test || printf '\a'
+ python3 -m ode2dsp.test
watch:
- git ls-tree -r --name-only HEAD | grep '\.py$$' | entr -c make
+ @git ls-tree -r --name-only HEAD | grep '\.py$$' | entr -cs 'make || printf "\a"'
example:
python3 -m ode2dsp.example