genode/repos/gems/recipes/src/backdrop/content.mk
2017-05-31 13:15:56 +02:00

9 lines
196 B
Makefile

SRC_DIR := src/app/backdrop
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: include/decorator
include/decorator:
mkdir -p $@
cp $(GENODE_DIR)/repos/os/include/decorator/* $@