From 88c0f7e96fc53a47949116ba8e8c294ec3d64c3b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 12 Feb 2016 22:46:15 -0500 Subject: [PATCH] Allow 'make serve' to work out of the examples directory --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2a4b5d0..7f0feef 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ TARGET = moonlight-chrome include $(NACL_SDK_ROOT)/tools/common.mk +# Dirty hack to allow 'make serve' to work in this directory +HTTPD_PY := $(HTTPD_PY) --no-dir-check + # Include Moonlight-Common-C makefile include common-c.mk