mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add some detail
This commit is contained in:
parent
d37706e1e2
commit
84c3a108d0
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ build:
|
|||
@echo $(buildMsg)
|
||||
@$(BUILD) -o ./ -v ./cmd/...
|
||||
|
||||
# Build the binaries for windows and place them in the current directory level.
|
||||
# Build the binaries for windows (cross build) and place them in the current directory level.
|
||||
build_win:
|
||||
@echo $(buildMsg)
|
||||
@env GOOS=windows $(BUILD) -o ./ -v ./cmd/...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue