6 lines
91 B
Makefile
6 lines
91 B
Makefile
include ../tools.mk
|
|
|
|
all: $(call NATIVE_STATICLIB,foo)
|
|
$(RUSTC) main.rs
|
|
$(call RUN,main)
|