BINS=atlas-api atlas-tui all: build build: go build ./cmd/... test: go test ./... lint: go vet ./... clean: rm -f $(BINS)