diff --git a/src/web/Ligare/web/scaffolding/templates/base/Makefile.j2 b/src/web/Ligare/web/scaffolding/templates/base/Makefile.j2 index 8921269..334475f 100644 --- a/src/web/Ligare/web/scaffolding/templates/base/Makefile.j2 +++ b/src/web/Ligare/web/scaffolding/templates/base/Makefile.j2 @@ -65,6 +65,10 @@ $(APPLICATION_INSTALL_PATH) : $(VENV) @echo '\n{{application.module_name}} is installed. Ativate your venv with `$(ACTIVATE_VENV)`'; +.PHONY: run +run : + $(ACTIVATE_VENV) && \ + python -m {{application.module_name}} clean-build : find . -type d \