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