cocottetech/@platform/codebase/@features/ai-copilot/cockpit-kit/Makefile
autocommit 150ee58cc5 chore(cockpit-kit): 🔧 Update Makefile targets and scripts for AI copilot feature workflow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-07 23:00:31 -07:00

7 lines
418 B
Makefile

# CocotteCockpitKit — shared SwiftPM build/test/lint targets.
# Pulls the workspace-standard targets (build / test / lint / typecheck / clean)
# from the shared base.mk. `-include` so a missing base.mk degrades gracefully
# rather than erroring. Build/test run wherever Swift is available (plum).
SWIFT_PACKAGE_NAME = CocotteCockpitKit
-include $(HOME)/Code/@packages/@swift/@config/swift-tooling/makefiles/base.mk