# Makefile — phase 102 negative control: extensionless, and no token in # the env under test names it exactly, so the importer must skip it # (the exact-name rule never reaches for a compound or unrelated name). .PHONY: up down ps up: podman compose up -d down: podman compose down ps: podman compose ps