Add makefile and vscode tasks
This commit is contained in:
19
README.md
19
README.md
@@ -19,7 +19,24 @@ This program runs on the user’s machine and listens on a loopback address only
|
||||
Requires Go 1.22+.
|
||||
|
||||
```bash
|
||||
go build -o luxtools-client .
|
||||
make build
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
- `dist/luxtools-client` (or `dist/luxtools-client.exe` on Windows)
|
||||
|
||||
### Cross-compile
|
||||
|
||||
```bash
|
||||
# Linux (amd64)
|
||||
make build-linux
|
||||
|
||||
# Windows (amd64)
|
||||
make build-windows
|
||||
|
||||
# Both
|
||||
make build-all
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
Reference in New Issue
Block a user