diff --git a/ha_addons/Makefile b/ha_addons/Makefile index e23d471..7f01a00 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -84,7 +84,10 @@ SRC_FILES := $(wildcard $(SRC_PROXY)/*.py)\ $(wildcard $(SRC_PROXY)/cnf/*.toml)\ $(wildcard $(SRC_PROXY)/gen3/*.py)\ $(wildcard $(SRC_PROXY)/gen3plus/*.py)\ - $(wildcard $(SRC_PROXY)/web/*.py) + $(wildcard $(SRC_PROXY)/web/*.py)\ + $(wildcard $(SRC_PROXY)/web/templates/*.html)\ + $(wildcard $(SRC_PROXY)/web/static/css/*.css) + CNF_FILES := $(wildcard $(CNF_PROXY)/*.toml) # determine destination files