From: Steven Barth Date: Mon, 2 Jun 2008 15:34:26 +0000 (+0000) Subject: add "run" target X-Git-Tag: 0.8.0~928 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9604acb3bd471b72ed177e224855a4c080933ae8 add "run" target --- diff --git a/Makefile b/Makefile index c78f5a810..ec0d76a62 100644 --- 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