]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-extern-type/Makefile
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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