mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Allow 'make serve' to work out of the examples directory
This commit is contained in:
parent
28cafabd5f
commit
88c0f7e96f
3
Makefile
3
Makefile
@ -4,6 +4,9 @@ TARGET = moonlight-chrome
|
|||||||
|
|
||||||
include $(NACL_SDK_ROOT)/tools/common.mk
|
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 Moonlight-Common-C makefile
|
||||||
include common-c.mk
|
include common-c.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user