mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-10 13:11:32 +00:00
5 lines
131 B
Makefile
5 lines
131 B
Makefile
|
LIBS = libcore-rust liblibc-rust
|
||
|
CC_RUSTC_OPT += --allow unused_features
|
||
|
RLIB = liballoc_system
|
||
|
include $(REP_DIR)/lib/mk/rust.inc
|