hunter/Makefile
Miguel de la Cruz be9162501a Initial commit
2024-07-05 11:22:56 +02:00

5 lines
53 B
Makefile

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