Remove run target from Makefile

This commit is contained in:
The Magician 2023-10-20 12:53:09 +01:00
parent fd77e2075a
commit a60ca8eb52
1 changed files with 0 additions and 2 deletions

View File

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