mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
New tool to help with github management. Read all about it in the [README](https://github.com/fleetdm/fleet/blob/gkarr-gm/tools/github-manage/README.md) on this branch.
6 lines
48 B
Makefile
6 lines
48 B
Makefile
|
|
gm:
|
|
go build -o gm ./cmd/gm
|
|
|
|
clean:
|
|
rm -f gm
|