File: build.sh

package info (click to toggle)
ncmpc 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,064 kB
  • sloc: cpp: 14,699; python: 504; makefile: 39; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#!/bin/sh
set -e
cd `dirname $0`/..
for i in output/*/build.ninja; do
    ninja -C `dirname "$i"` "$@"
done