]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-extern-type/Makefile
Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddle
[rust.git] / src / test / run-make-fulldeps / static-extern-type / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,define-foo)
4         $(RUSTC) -ldefine-foo use-foo.rs
5         $(call RUN,use-foo) || exit 1