summaryrefslogtreecommitdiff
path: root/scripts/command/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/command/build')
-rw-r--r--scripts/command/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/command/build b/scripts/command/build
new file mode 100644
index 000000000..5219001c3
--- /dev/null
+++ b/scripts/command/build
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# NOTE 'run' sets NNFW_PROJECT_PATH and invokes this script
+
+# TODO Support command-line options
+# TODO Implement build steps inside this script
+make -C "${NNFW_PROJECT_PATH}"