.PHONY: test build
test:
	go test ./...

build:
	go build -o ss-atlas ./cmd/main.go
