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