diff --git a/Yavsc/Makefile b/Yavsc/Makefile index 93970b47..19a4bdf9 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -34,5 +34,9 @@ pushInProd: bin/output/wwwroot/version ssh root@localhost systemctl start kestrel status: - git status -s --porcelain +ifeq ($(git status -s --porcelain |wc -l),'0') + @echo oui +else + @echo non +endif