Skip to content

Commit

Permalink
add makefile target to start webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgal committed Mar 29, 2012
1 parent 7d11937 commit d9fbf89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -213,3 +213,5 @@ install-gaia: profile
$(ADB) shell kill $(shell $(ADB) shell toolbox ps | grep "b2g" | awk '{ print $$2; }')
@echo 'Rebooting b2g now'

httpd:
python tools/httpd.py

0 comments on commit d9fbf89

Please sign in to comment.