1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Project: scalo # File: Makefile # Purpose: CI targets wrapping hyperi-ci # # License: Apache-2.0 # Copyright: (c) 2026 HYPERI PTY LIMITED .PHONY: quality test build quality: hyperi-ci run quality test: hyperi-ci run test build: hyperi-ci run build