]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/prune-link-args/Makefile
New upstream version 1.65.0+dfsg1
[rustc.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