@@ -0,0 +1,15 @@
BINS=atlas-api atlas-tui
all: build
build:
go build ./cmd/...
test:
go test ./...
lint:
go vet ./...
clean:
rm -f $(BINS)
The note is not visible to the blocked user.