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