]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/no-duplicate-libs/Makefile
3f6a28c251a2fad4e3cd7a72bba83d89b94d54cb
[rust.git] / src / test / run-make / no-duplicate-libs / Makefile
1 -include ../tools.mk
2
3 ifdef IS_MSVC
4 # FIXME(#27979)
5 all:
6 else
7 all:
8         $(RUSTC) foo.rs
9         $(RUSTC) bar.rs
10         $(RUSTC) main.rs
11         $(call RUN,main)
12 endif