Skip to content

Commit 7e91732

Browse files
committed
declare all non-generated targets as phony
Minor speed up as make does not have to evaluate these targets as files. Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent 3eeb41f commit 7e91732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ test: .state/db-initialized ## Run tests
5252

5353
docker_shell: .state/db-initialized ## Open a bash shell in the web container
5454
docker compose run --rm web /bin/bash
55+
56+
.PHONY: help serve migrations migrate manage shell clean test docker_shell

0 commit comments

Comments
 (0)