mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-16 01:39:59 +00:00
f347cb90f1
Fixes #2792
12 lines
295 B
Makefile
12 lines
295 B
Makefile
MIRROR_FROM_REP_DIR := src/test/qt5/qt_quick \
|
|
src/app/qt5/tmpl/target_defaults.inc \
|
|
src/app/qt5/tmpl/target_final.inc
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|