Add test target to Makefile

This commit is contained in:
The Magician 2023-10-19 12:11:29 +01:00
parent 81e20e4325
commit d39f859464
1 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
test:
find -name "*jardin.py" | entr -cd ./test_jardin.py