]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/libs-and-bins/Makefile
Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov
[rust.git] / src / test / run-make-fulldeps / libs-and-bins / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTC) foo.rs
5         $(call RUN,foo)
6         rm $(TMPDIR)/$(call DYLIB_GLOB,foo)