Skip to content

Commit

Permalink
declare all non-generated targets as phony
Browse files Browse the repository at this point in the history
Minor speed up as make does not have to evaluate these targets as files.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Dec 23, 2024
1 parent 3eeb41f commit 7e91732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ test: .state/db-initialized ## Run tests

docker_shell: .state/db-initialized ## Open a bash shell in the web container
docker compose run --rm web /bin/bash

.PHONY: help serve migrations migrate manage shell clean test docker_shell

0 comments on commit 7e91732

Please sign in to comment.