summary refs log tree commit diff
path: root/src/test/run-make/c-static-rlib/Makefile
blob: 02b24ef9846dd48cc9048b5f6b6463e35c3f6a69 (plain)
1
2
3
4
5
6
7
8
-include ../tools.mk

all: $(call STATICLIB,cfoo)
	$(RUSTC) foo.rs
	$(RUSTC) bar.rs
	$(call REMOVE_RLIBS,foo)
	rm $(TMPDIR)/$(call STATICLIB_GLOB,cfoo)
	$(call RUN,bar)