mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
d3cc5c9cd2
Ref #4032
11 lines
175 B
Makefile
11 lines
175 B
Makefile
MIRROR_FROM_REP_DIR := \
|
|
include/cbe/types.h
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|