rust/src/test/run-make/no-duplicate-libs/Makefile

8 lines
97 B
Makefile
Raw Normal View History

-include ../tools.mk
all:
$(RUSTC) foo.rs
$(RUSTC) bar.rs
$(RUSTC) main.rs
$(call RUN,main)