]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/prune-link-args/Makefile
Auto merge of #100963 - matthiaskrgr:rollup-pjr0lb3, r=matthiaskrgr
[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