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