diff --git a/Makefile b/Makefile index eb73aef..3900d97 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,12 @@ all: build .PHONY: build build: ## Build the static site from the container image @echo "$(INFO) Building the wayfinder static site files" - $(compose) run --build -e CURRENT_UID=${CURRENT_UID} build-wayfinder + $(compose) run --build -e CURRENT_UID=${CURRENT_UID} --rm build-wayfinder @echo "$(SUCCESS) Successfully built!" .PHONY: clean clean: ## Remove build artifacts - rm -f v* + rm -f artifact/v* .PHONY: help help: ## Display this help (default)