add PHONY specification to Makefile
This commit is contained in:
parent
6a522a0a86
commit
c791434577
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -2,4 +2,6 @@ up:
|
|||
docker compose -f 'srcs/docker-compose.yml' up --build --detach
|
||||
|
||||
down:
|
||||
docker compose -f 'srcs/docker-compose.yml' down
|
||||
docker compose -f 'srcs/docker-compose.yml' down
|
||||
|
||||
.PHONY: up down
|
||||
|
|
Loading…
Add table
Reference in a new issue