Skip to content

Instantly share code, notes, and snippets.

@abiosoft
Created July 13, 2018 01:20
Show Gist options
  • Select an option

  • Save abiosoft/ad0640db2b56e43788036baa814652f3 to your computer and use it in GitHub Desktop.

Select an option

Save abiosoft/ad0640db2b56e43788036baa814652f3 to your computer and use it in GitHub Desktop.
Meson build scripts
#!/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