From b23936393648ec67eaafc833a851927d14a98239 Mon Sep 17 00:00:00 2001 From: "Michael T. Kelbaugh" Date: Mon, 16 Mar 2020 12:54:44 -0400 Subject: [PATCH] add phony target Former-commit-id: dd815ed08ddf3f58cef41ffbf5d29831c4ea7731 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b19e17..8976a79 100644 --- a/Makefile +++ b/Makefile @@ -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 .