6 lines
84 B
Makefile
6 lines
84 B
Makefile
|
-include ../tools.mk
|
||
|
all:
|
||
|
$(RUSTC) bar.rs --rlib
|
||
|
$(RUSTC) foo.rs
|
||
|
$(call RUN,foo)
|