Initial commit
This commit is contained in:
8
scripts/run-make
Executable file
8
scripts/run-make
Executable file
@ -0,0 +1,8 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
for f in $(find $1 -maxdepth 1 -mindepth 1 -type d)
|
||||
do
|
||||
cmake --build "$f" --target $2
|
||||
done
|
Reference in New Issue
Block a user