[TOOLS] Disable command echo in Makefile
This commit is contained in:
parent
4b2a92d052
commit
365afb7ba8
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
DIR=$(strip $(notdir $(CURDIR))) # Seems a bit hack-ish, but `basename` works differently
|
||||
|
||||
.PHONY:
|
||||
if ! docker info > /dev/null; then echo "Docker does not seem to be running"; exit 1; fi
|
||||
@if ! docker info > /dev/null; then echo "Docker does not seem to be running"; exit 1; fi
|
||||
|
||||
up: .PHONY
|
||||
docker-compose up -d
|
||||
|
|
Loading…
Reference in New Issue
Block a user