menu_view: menu_view_styles.tar is build artifact

By declaring the generated menu_view_styles.tar archive as build
artifact, it is automatically picked up whenever menu_view appears as
build ingredient of sculpt.

  build: app/menu_view
This commit is contained in:
Norman Feske 2022-05-20 16:08:33 +02:00 committed by Christian Helmuth
parent a8631aeae9
commit 7adbb7c06e

View File

@ -5,5 +5,7 @@ INC_DIR += $(PRG_DIR)
CUSTOM_TARGET_DEPS += menu_view_styles.tar CUSTOM_TARGET_DEPS += menu_view_styles.tar
BUILD_ARTIFACTS := $(TARGET) menu_view_styles.tar
menu_view_styles.tar: menu_view_styles.tar:
$(VERBOSE)cd $(PRG_DIR); tar cf $(PWD)/bin/$@ styles $(VERBOSE)cd $(PRG_DIR); tar cf $(PWD)/bin/$@ styles