hunter/Makefile
Miguel de la Cruz 73a17f8690 Initial commit
2024-07-05 10:14:10 +02:00

5 lines
53 B
Makefile

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