mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
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:
parent
a8631aeae9
commit
7adbb7c06e
@ -5,5 +5,7 @@ INC_DIR += $(PRG_DIR)
|
||||
|
||||
CUSTOM_TARGET_DEPS += menu_view_styles.tar
|
||||
|
||||
BUILD_ARTIFACTS := $(TARGET) menu_view_styles.tar
|
||||
|
||||
menu_view_styles.tar:
|
||||
$(VERBOSE)cd $(PRG_DIR); tar cf $(PWD)/bin/$@ styles
|
||||
|
Loading…
Reference in New Issue
Block a user