mirror of
https://github.com/cesanta/mongoose
synced 2026-08-25 22:26:06 -04:00
9 lines
284 B
Makefile
9 lines
284 B
Makefile
CEXAMPLE_MOD_DIR := $(USERMOD_DIR)
|
|
|
|
# Add all C files to SRC_USERMOD.
|
|
SRC_USERMOD += $(CEXAMPLE_MOD_DIR)/module.c
|
|
SRC_USERMOD += $(CEXAMPLE_MOD_DIR)/mongoose.c
|
|
SRC_USERMOD += $(CEXAMPLE_MOD_DIR)/main.c
|
|
|
|
# add our module folder to include paths
|
|
CFLAGS_USERMOD += -I$(CEXAMPLE_MOD_DIR)
|