mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
5af4552511
Fixes #3795
11 lines
225 B
Makefile
11 lines
225 B
Makefile
MIRROR_FROM_REP_DIR := include/qt5_component \
|
|
lib/symbols/qt5_component
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|