9 lines
103 B
Makefile
Raw Normal View History

2024-06-06 19:29:09 -04:00
.PHONY: all build tests
all: build
tests:
go test ./... -count 1 -v
2024-06-06 19:29:09 -04:00
build:
go build -o build/query