You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-40Lines changed: 2 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,52 +186,14 @@ To cross compile the executables for every architecture and every OS it was used
186
186
`make windows/amd64`
187
187
188
188
## Makefile
189
+
Building the realease for the detected architecture and OS
189
190
```bash
190
191
$ make
191
-
make build/linux/amd64; make build/linux/386; make build/linux/arm; make build/linux/arm64; make build/darwin/amd64; make build/darwin/arm64; make build/freebsd/amd64; make build/freebsd/386; make build/windows/amd64; make build/windows/386;
0 commit comments