From cdd48e43dcb33d11a289704df71507b90f63c121 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 20 Oct 2023 12:25:37 +0100 Subject: [PATCH] Add run target to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 604a7c1..f71eed7 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +run: + ./jardin.py test: find -name "*jardin.py" | entr -cd ./test_jardin.py