]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/extern-fn-with-packed-struct/Makefile
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / run-make-fulldeps / extern-fn-with-packed-struct / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,test)
4         $(RUSTC) test.rs
5         $(call RUN,test) || exit 1