7 lines
418 B
Makefile
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
|