sunshine-sdk/Makefile
pigeatgarlic eaf972ddce Add IVSHMEM protocol unit tests and Windows CI pipeline.
Introduce testable protocol helpers, GoogleTest coverage, and ci/local.sh
mirroring the sunshine-sdk GitHub Actions workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 07:37:18 +07:00

17 lines
192 B
Makefile

.PHONY: ci ci-all ci-test ci-build configure
ci:
./ci/local.sh
ci-all:
./ci/local.sh all
ci-test:
./ci/local.sh test
ci-build:
./ci/local.sh build
configure:
./ci/local.sh configure