mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
436d946300
The source codes are needed to use the API because they are statically linked.
11 lines
219 B
Makefile
11 lines
219 B
Makefile
MIRROR_FROM_REP_DIR := include/genode_c_api \
|
|
src/lib/genode_c_api
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|