hunter/Makefile
Miguel de la Cruz f27a684daf Initial commit
2024-07-05 11:08:51 +02:00

5 lines
53 B
Makefile

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