mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 06:18:02 +00:00
53ffd95805
they are not enabled in configure
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule update --init
|
|
|
|
./autotool.sh
|
|
./configure $@
|
|
|