Files
agent_compositor_test/justfile
T
2026-07-05 19:00:38 +01:00

17 lines
240 B
Makefile

# Prism — Build tasks
# See https://just.systems
default: build
# Build the project
build:
@echo "TODO: implement build"
# Run linter / typecheck
lint:
@echo "TODO: implement linter"
# Run tests
test:
@echo "TODO: implement tests"