Created
July 13, 2018 01:20
-
-
Save abiosoft/ad0640db2b56e43788036baa814652f3 to your computer and use it in GitHub Desktop.
Meson build scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| PROJECT=$(cat meson.build| grep 'project(' | head -n1 | awk -F "'" '{print $2 }') | |
| meson . build && cd build && ninja && ./$PROJECT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment