mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 12:41:32 +00:00
11 lines
233 B
Makefile
11 lines
233 B
Makefile
|
SRC_DIR := src/app/sculpt_manager
|
||
|
|
||
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||
|
|
||
|
MIRROR_FROM_REP_DIR := include/depot src/app/depot_deploy
|
||
|
|
||
|
content: $(MIRROR_FROM_REP_DIR)
|
||
|
|
||
|
$(MIRROR_FROM_REP_DIR):
|
||
|
$(mirror_from_rep_dir)
|