rust/tests/run-make-fulldeps/linkage-attr-on-static/Makefile
2023-01-11 09:32:08 +00:00

6 lines
99 B
Makefile

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