mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 19:24:19 +01:00
make: fix PHONY target declarations
Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
parent
c36081eddf
commit
fb8ba7e6d1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include defines.mk
|
||||
|
||||
|
||||
.PHONY := local
|
||||
.PHONY: local
|
||||
local:
|
||||
$(MAKE) -C wien_talks_server local
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ COMPOSE_PROJECT := $(shell basename $(shell pwd))
|
|||
.env: .env.template
|
||||
cp -a .env.template .env
|
||||
|
||||
.PHONY := local local-env local-stop local-down local-clean
|
||||
.PHONY: local local-env local-stop local-down local-clean
|
||||
local: .env
|
||||
docker compose -f $(COMPOSE_FILE_LOCAL) up -d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue