add "run" target
This commit is contained in:
parent
9f4428eefc
commit
9604acb3bd
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -38,5 +38,8 @@ hostcopy:
|
||||||
for i in $(MODULES); do cp $$i/dist/* host/ -R 2>/dev/null || true; done
|
for i in $(MODULES); do cp $$i/dist/* host/ -R 2>/dev/null || true; done
|
||||||
ln -sf .$(LUCI_INSTALLDIR) host/luci
|
ln -sf .$(LUCI_INSTALLDIR) host/luci
|
||||||
|
|
||||||
|
run: host
|
||||||
|
./host/usr/bin/boa -c ./host/etc/boa -d
|
||||||
|
|
||||||
hostclean: clean
|
hostclean: clean
|
||||||
rm -rf host
|
rm -rf host
|
||||||
|
|
Loading…
Reference in a new issue