diff --git a/makefile b/makefile index 1bf4587..fe2fe87 100644 --- a/makefile +++ b/makefile @@ -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}