Add missing phony entry

This commit is contained in:
Daniel Flanagan 2020-02-07 10:15:08 -06:00
parent 69be4d8b04
commit e69d2557cb
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TARGET := x86_64-unknown-linux-musl
BUILD_DIR := target/${TARGET}/release
BIN_NAME := hello_world
.PHONY: build docker-image
.PHONY: build docker-image docker-run
build: ${BUILD_DIR}/${BIN_NAME}