mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-11 04:53:04 +00:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
FROM_BASE_NOVA := etc include
|
|
|
|
content: $(FROM_BASE_NOVA) LICENSE
|
|
|
|
$(FROM_BASE_NOVA):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|