Add run target to Makefile

This commit is contained in:
The Magician 2023-10-20 12:25:37 +01:00
parent 819f8cd92f
commit cdd48e43dc
1 changed files with 2 additions and 0 deletions

View File

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