summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/prune-link-args/Makefile
blob: 3589f98e7e5c8c0efe4ff827ce9b239d81692e2a (plain)
1
2
3
4
5
6
7
8
9
-include ../tools.mk

# ignore-windows

# 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