summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2014-11-05 13:46:45 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2014-11-05 13:46:45 +0000
commit8388bd05c41cea9b018f703f0f78685ee0a91aff (patch)
treec92a1bcfa7303b22fcbfb9d27453a4bbc052b8fe
parent512838e3fd2c63b9223d8f9f2f0dfc209f858159 (diff)
Drive from shell rather than make
-rw-r--r--Makefile2
-rwxr-xr-xlinarobench.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d97e746..d91363a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,3 @@ man:
install:
-linarobench:
- $(MAKE) -C fake check > linarobenchlog
diff --git a/linarobench.sh b/linarobench.sh
new file mode 100755
index 0000000..d8730e3
--- /dev/null
+++ b/linarobench.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+make -C fake check > linarobenchlog
+