]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/prune-link-args/Makefile
Rollup merge of #57693 - king6cong:word, r=Centril
[rust.git] / src / test / run-make-fulldeps / prune-link-args / Makefile
1 -include ../tools.mk
2
3 # ignore-windows
4
5 # Notice the space in the end, this emulates the output of pkg-config
6 RUSTC_FLAGS = -C link-args="-lc "
7
8 all:
9         $(RUSTC) $(RUSTC_FLAGS) empty.rs