4456982e27
* Scripts: new radio firmware bundling scheme, manifest for resources. * Scripts: add destination address for copro binaries. * Bootloader: update linker scripts * Scripts: resource manifest FsTree.
12 lines
316 B
Makefile
12 lines
316 B
Makefile
PROJECT_ROOT = $(abspath $(dir $(abspath $(firstword $(MAKEFILE_LIST))))..)
|
|
|
|
include $(PROJECT_ROOT)/assets/assets.mk
|
|
|
|
$(ASSETS): $(ASSETS_SOURCES) $(ASSETS_COMPILLER)
|
|
@echo "\tASSETS\t" $@
|
|
@$(ASSETS_COMPILLER) icons "$(ASSETS_SOURCE_DIR)" "$(ASSETS_COMPILED_DIR)"
|
|
|
|
clean:
|
|
@echo "\tCLEAN\t"
|
|
@$(RM) $(ASSETS)
|