cocottetech/@platform/codebase/@features/ai-copilot/cockpit-kit/Makefile

8 lines
418 B
Makefile
Raw Normal View History

# 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