summary refs log tree commit diff
path: root/src/test/run-make/staticlib-blank-lib/Makefile
blob: c56d1212047e86c506703b77bd9cf25c1b172536 (plain)
1
2
3
4
5
6
-include ../tools.mk

all:
	ar crus libfoo.a foo.rs
	ar d libfoo.a foo.rs
	$(RUSTC) foo.rs