mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
14 lines
330 B
Makefile
14 lines
330 B
Makefile
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain
|
|
|
|
verify-phase6:
|
|
bash scripts/verify_phase6.sh
|
|
|
|
verify-enet-integration:
|
|
bash scripts/verify_enet_integration.sh
|
|
|
|
verify-steam-templates:
|
|
bash scripts/verify_steam_templates.sh
|
|
|
|
verify-supply-chain:
|
|
python3 scripts/verify_supply_chain.py
|