]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/extern-fn-mangle/Makefile
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[rust.git] / src / test / run-make-fulldeps / extern-fn-mangle / Makefile
1 -include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,test)
4         $(RUSTC) test.rs
5         $(call RUN,test) || exit 1