add "run" target

This commit is contained in:
Steven Barth 2008-06-02 15:34:26 +00:00
parent 9f4428eefc
commit 9604acb3bd

View file

@ -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