# evol headers Project Initialization ``` meson setup --native-file=meson-native-clang --wipe build ``` Build: ``` meson compile -C build ```