summaryrefslogtreecommitdiffstats
path: root/tests/run-make/linkage-attr-on-static/Makefile
blob: ef50a7ef9f13c12224cf6509a9bd3f6ed625503b (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all: $(call NATIVE_STATICLIB,foo)
	$(RUSTC) bar.rs
	$(call RUN,bar) || exit 1