rust/tests/run-make-fulldeps/linkage-attr-on-static/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
99 B
Makefile
Raw Normal View History

include ../tools.mk
2014-11-11 20:34:18 -06:00
2015-08-26 18:57:56 -05:00
all: $(call NATIVE_STATICLIB,foo)
$(RUSTC) bar.rs
2014-11-11 20:34:18 -06:00
$(call RUN,bar) || exit 1