add phony target

Former-commit-id: dd815ed08ddf3f58cef41ffbf5d29831c4ea7731
This commit is contained in:
Michael T. Kelbaugh
2020-03-16 12:54:44 -04:00
parent 12e4b70720
commit b239363936

View File

@@ -1,6 +1,6 @@
SHELL := /bin/bash
.PHONY: build-model up all stop clean purge
.PHONY: build-model up all stop clean purge graph
build-model:
docker build -t simon-model:latest -f build/Dockerfile .