Build into the build dir

This commit is contained in:
Levi Gross 2025-01-14 19:10:31 -05:00
parent f303a5b5fa
commit 6d470d6e18

View File

@ -14,8 +14,9 @@ all:
$(error Please request a specific thing, there is no default target) $(error Please request a specific thing, there is no default target)
.PHONY: build .PHONY: build
build: build: update-ipxe
$(GOCMD) install -v ./cmd/pixiecore mkdir -p build/
$(GOCMD) build ./cmd/pixiecore -o build/
.PHONY: test .PHONY: test
test: test: