rust/tests/run-make-fulldeps/extern-fn-struct-passing-abi/Makefile

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

6 lines
102 B
Makefile
Raw Normal View History

include ../tools.mk
2015-08-26 23:57:56 +00:00
all: $(call NATIVE_STATICLIB,test)
$(RUSTC) test.rs
$(call RUN,test) || exit 1