From d9fbf89c6d8443bed1a1ce61d6271d785c6b4ad9 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Thu, 29 Mar 2012 07:18:15 -0700 Subject: [PATCH] add makefile target to start webserver --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 15fab300193d..7e61e4505169 100644 --- a/Makefile +++ b/Makefile @@ -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