nostalgia/deps/ox/scripts/run-make

9 lines
125 B
Plaintext
Raw Normal View History

2018-04-13 21:11:51 -05:00
#! /usr/bin/env bash
set -e
for f in $(find $1 -maxdepth 1 -mindepth 1 -type d)
do
cmake --build "$f" --target $2 --
done