Co-authored-by: codegirl007 <codegirl-007@users.noreply.github.com>
8 lines
81 B
Makefile
8 lines
81 B
Makefile
.PHONY: phase1 test
|
|
|
|
phase1:
|
|
go run ./cmd/agentbox phase1
|
|
|
|
test:
|
|
go test ./...
|