]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-28595/Makefile
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
[rust.git] / src / test / run-make-fulldeps / issue-28595 / Makefile
1 -include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b)
4         $(RUSTC) a.rs
5         $(RUSTC) b.rs
6         $(call RUN,b)