mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 12:41:32 +00:00
This commit updates Early-Adopters (EA) version of Sculpt to the version for The Curious (TC). Most importantly, it contains the new interactive sculpt-manager component that automates many system management and configuration tasks.
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)
|