6 lines
81 B
Makefile
6 lines
81 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) -O foo.rs
|
||
|
$(RUSTC) -O -L $(TMPDIR) main.rs
|