rust/tests/run-make-fulldeps/issue-28595/Makefile
2023-01-11 09:32:08 +00:00

7 lines
125 B
Makefile

include ../tools.mk
all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b)
$(RUSTC) a.rs
$(RUSTC) b.rs
$(call RUN,b)