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)
.PHONY: build
build:
$(GOCMD) install -v ./cmd/pixiecore
build: update-ipxe
mkdir -p build/
$(GOCMD) build ./cmd/pixiecore -o build/
.PHONY: test
test: