summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/prune-link-args/Makefile
blob: a359dc5aef10228a1ca16803ed2e5cf8fbe1380a (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