fleet/tools/github-manage/Makefile
George Karr df5e42a54c
Github Manager (#31540)
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.
2025-08-07 15:00:36 -05:00

6 lines
48 B
Makefile

gm:
go build -o gm ./cmd/gm
clean:
rm -f gm