mirror of
https://github.com/danderson/netboot.git
synced 2025-08-09 08:07:11 +02:00
Build into the build dir
This commit is contained in:
parent
f303a5b5fa
commit
6d470d6e18
5
Makefile
5
Makefile
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user