mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
include ../tools.mk
|
|
|
|
all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b)
|
|
$(RUSTC) a.rs
|
|
$(RUSTC) b.rs
|
|
$(call RUN,b)
|