From b8e747bcf0c1c7ed17bc387d599f7e51e90c5c8c Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 16 May 2026 19:55:03 +0200 Subject: [PATCH] Use libcockatrice_* --- format.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/format.sh b/format.sh index 597f8968e..c43f537f5 100755 --- a/format.sh +++ b/format.sh @@ -14,16 +14,7 @@ cd "${BASH_SOURCE%/*}/" || exit 2 # could not find path, this could happen with # defaults include=("cockatrice/src" \ -"libcockatrice_card" \ -"libcockatrice_deck_list" \ -"libcockatrice_filters" \ -"libcockatrice_interfaces" \ -"libcockatrice_models" \ -"libcockatrice_network" \ -"libcockatrice_protocol" \ -"libcockatrice_rng" \ -"libcockatrice_settings" \ -"libcockatrice_utility" \ +libcockatrice_* \ "oracle/src" \ "servatrice/src" \ "tests")