]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-extern-type/Makefile
Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum
[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