diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-07 00:13:44 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-07 00:13:44 +0200 |
commit | 9543748bda8bfcad015243a9d312cf203431b29f (patch) | |
tree | 29455f665fe933cd76ac6c1c90b9916898f9050d /build-aux/check-make-embedded.sh | |
parent | 0a7f6a2659b363e1d68202b9fd863b57f7420f4f (diff) | |
download | blogc-9543748bda8bfcad015243a9d312cf203431b29f.tar.gz blogc-9543748bda8bfcad015243a9d312cf203431b29f.tar.bz2 blogc-9543748bda8bfcad015243a9d312cf203431b29f.zip |
build: use yatr
Diffstat (limited to 'build-aux/check-make-embedded.sh')
-rwxr-xr-x | build-aux/check-make-embedded.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/check-make-embedded.sh b/build-aux/check-make-embedded.sh new file mode 100755 index 0000000..d2e5fe4 --- /dev/null +++ b/build-aux/check-make-embedded.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -ex + +${MAKE_CMD:-make} check |