summary refs log tree commit diff
path: root/src/test/run-make/prune-link-args/Makefile
blob: ea7fa06f5ef19268c73b802862e413a8ec6b0563 (plain)
1
2
3
4
5
6
-include ../tools.mk
# Notice the space in the end, this emulates the output of pkg-config
RUSTC_FLAGS = -C link-args="-lc "

all:
	$(RUSTC) $(RUSTC_FLAGS) empty.rs