mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
4dd110ce5e
The feature set of noux is fully covered by the regular C runtime now. Fixes #3696
11 lines
179 B
Makefile
11 lines
179 B
Makefile
MIRROR_FROM_REP_DIR := mk/noux.mk mk/gnu_build.mk
|
|
|
|
content:$(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|
|
|