summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-01 21:50:01 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-01 21:50:01 (EDT)
commitba4970428b18e78ebb173dfb43e7bdbfd8ef0190 (patch)
tree48bda57d84d364a7bee953e3a33acf5efd6249aa
parent4b57c5498e3409b7dbe77a117f1a92f65022c906 (diff)
build: Add "build" target
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..fd1136f 100755
--- a/build
+++ b/build
@@ -4,3 +4,8 @@ include ../source.mk
nop:
@:
+
+build:
+ cp ../config src/wpa_supplicant/.config
+ oh-autobuild -B src/wpa_supplicant/
+ touch $@