hunter/Makefile
Miguel de la Cruz 19a04d9c6e Initial commit
2024-07-05 11:10:15 +02:00

5 lines
53 B
Makefile

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