1 2 3 4 5 6
# ignore-cross-compile include ../tools.mk all: $(call NATIVE_STATICLIB,foo) $(RUSTC) main.rs $(call RUN,main)