6 lines
114 B
Makefile
6 lines
114 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) libc.rs -Cmetadata=foo
|
|
$(RUSTC) main.rs --extern libc=$(TMPDIR)/liblibc.rlib
|