mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-08 22:37:56 -05:00
add phony target
Former-commit-id: dd815ed08ddf3f58cef41ffbf5d29831c4ea7731
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
|
|
||||||
.PHONY: build-model up all stop clean purge
|
.PHONY: build-model up all stop clean purge graph
|
||||||
|
|
||||||
build-model:
|
build-model:
|
||||||
docker build -t simon-model:latest -f build/Dockerfile .
|
docker build -t simon-model:latest -f build/Dockerfile .
|
||||||
|
|||||||
Reference in New Issue
Block a user