projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f4428e
)
add "run" target
author
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:34:26 +0000
(15:34 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:34:26 +0000
(15:34 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c78f5a8108ae8c9fc36ef26917761a5f79133502..ec0d76a621cadd544061d58960e9d334b85c64c9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,6
+37,9
@@
hostcopy:
mkdir -p host
for i in $(MODULES); do cp $$i/dist/* host/ -R 2>/dev/null || true; done
ln -sf .$(LUCI_INSTALLDIR) host/luci
-
+
+run: host
+ ./host/usr/bin/boa -c ./host/etc/boa -d
+
hostclean: clean
rm -rf host