mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Use libcockatrice_*
This commit is contained in:
parent
ed8de3af53
commit
b8e747bcf0
1 changed files with 1 additions and 10 deletions
11
format.sh
11
format.sh
|
|
@ -14,16 +14,7 @@ cd "${BASH_SOURCE%/*}/" || exit 2 # could not find path, this could happen with
|
||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
include=("cockatrice/src" \
|
include=("cockatrice/src" \
|
||||||
"libcockatrice_card" \
|
libcockatrice_* \
|
||||||
"libcockatrice_deck_list" \
|
|
||||||
"libcockatrice_filters" \
|
|
||||||
"libcockatrice_interfaces" \
|
|
||||||
"libcockatrice_models" \
|
|
||||||
"libcockatrice_network" \
|
|
||||||
"libcockatrice_protocol" \
|
|
||||||
"libcockatrice_rng" \
|
|
||||||
"libcockatrice_settings" \
|
|
||||||
"libcockatrice_utility" \
|
|
||||||
"oracle/src" \
|
"oracle/src" \
|
||||||
"servatrice/src" \
|
"servatrice/src" \
|
||||||
"tests")
|
"tests")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue