mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add one target to Makefile
* "build_linux": building for GNU/linux * "build": Building for both linux and windows (cross build) * Place the generate binaries under "binaries/" directory * Improve echo messages
This commit is contained in:
parent
84c3a108d0
commit
ec6cabb9ac
2 changed files with 22 additions and 16 deletions
|
|
@ -11,11 +11,12 @@
|
|||
|
||||
- Build Go components
|
||||
Makefile supplies the following builds:
|
||||
- For Linux System (default build):`make build`
|
||||
- For Windows System (cross build): `make build_win`
|
||||
- Build from the last tag: `make build_tag`
|
||||
- Build For Linux System:`make build_linux`
|
||||
- Build For Windows System (cross build): `make build_win`
|
||||
- Build For both linux and windows: `make build`
|
||||
- Build from the last github-tag: `make build_tag`
|
||||
|
||||
These places the binaries in the current directory.
|
||||
These places the binaries under `binaries/` directory.
|
||||
|
||||
- [Install](http://nginx.org/en/docs/install.html) **nginx**
|
||||
- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue