Allow 'make serve' to work out of the examples directory

This commit is contained in:
Cameron Gutman 2016-02-12 22:46:15 -05:00
parent 28cafabd5f
commit 88c0f7e96f

View File

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