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