]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/no-duplicate-libs/Makefile
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / 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