File: compile

package info (click to toggle)
libplacebo 7.360.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,808 kB
  • sloc: ansic: 54,479; python: 579; cpp: 283; makefile: 7; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 61 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/bin/sh
DIR=./build
[ -d $DIR ] || meson $DIR
ninja -C$DIR