Skip to content

Commit

Permalink
Add run target to scaffolded app makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Oct 16, 2024
1 parent b7eb064 commit 4459d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/Ligare/web/scaffolding/templates/base/Makefile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4459d67

Please sign in to comment.