capsule AI-native Unix-like composition layer

src/Makefile

82 bytes · 8 lines · capsule://quake0day/[email protected] raw on github

.PHONY: test web-build

test:
	go test ./...

web-build:
	cd web && bun run build