mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-16 07:50:29 +00:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
MIRROR_FROM_REP_DIR := src/app/extract
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|
|
|