Files
tsun-gen3-proxy/Makefile
Stefan Allius 3bb360d359 238 ha addon repository check (#244)
* move Makefile and bake file into parent folder

* build config.yaml from template

* use Makefile instead of build shell script

* ignore temporary or created files

* add rules for building the add-on repository

* add rel version of add-on

* add  jinja2-cli
2024-12-15 17:16:26 +01:00

15 lines
256 B
Makefile

.PHONY: build clean addon-dev addon-debug sddon-rc
# debug dev:
# $(MAKE) -C app $@
clean build:
$(MAKE) -C ha_addons $@
addon-dev addon-debug addon-rc:
$(MAKE) -C ha_addons $(patsubst addon-%,%,$@)
check-docker-compose:
docker-compose config -q