Files
codegirl-games/agentbox/Makefile
T

8 lines
81 B
Makefile

.PHONY: phase1 test
phase1:
go run ./cmd/agentbox phase1
test:
go test ./...