]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-extern-type/Makefile
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
[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