mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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)
|
@echo $(buildMsg)
|
||||||
@$(BUILD) -o ./ -v ./cmd/...
|
@$(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:
|
build_win:
|
||||||
@echo $(buildMsg)
|
@echo $(buildMsg)
|
||||||
@env GOOS=windows $(BUILD) -o ./ -v ./cmd/...
|
@env GOOS=windows $(BUILD) -o ./ -v ./cmd/...
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
- Build Go components
|
- Build Go components
|
||||||
Makefile supplies the following builds:
|
Makefile supplies the following builds:
|
||||||
- For Linux Systems :`make build`
|
- For Linux System (default build):`make build`
|
||||||
- For Windows platform: `make build_win`
|
- For Windows System (cross build): `make build_win`
|
||||||
- Build from the last tag: `make build_tag`
|
- Build from the last tag: `make build_tag`
|
||||||
|
|
||||||
These places the binaries in the current directory.
|
These places the binaries in the current directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue