rust/tests/run-make-fulldeps/prune-link-args/Makefile
2023-01-11 09:32:08 +00:00

10 lines
183 B
Makefile

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