mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 16:16:44 +00:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
LIBGS_C_DIR := libgamestream
|
|
|
|
LIBGS_C_SOURCE := \
|
|
$(LIBGS_C_DIR)/http.c \
|
|
$(LIBGS_C_DIR)/mkcert.c \
|
|
|
|
LIBGS_C_INCLUDE := \
|
|
$(LIBGS_C_DIR) \
|