hunter/Makefile
Miguel de la Cruz c06e37492d Initial commit
2024-07-05 11:09:59 +02:00

5 lines
53 B
Makefile

fmt:
go fmt ./...
build:
go build -o hunter ./...