Add makefile and vscode tasks

This commit is contained in:
2026-01-07 07:37:59 +01:00
parent 997b165890
commit 950e488190
5 changed files with 122 additions and 4 deletions

View File

@@ -19,7 +19,24 @@ This program runs on the users 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