hunter/Makefile

6 lines
53 B
Makefile
Raw Normal View History

2024-07-05 09:14:10 +01:00
fmt:
go fmt ./...
build:
go build -o hunter ./...