6 lines
102 B
Makefile
6 lines
102 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all: $(call NATIVE_STATICLIB,add)
|
||
|
$(RUSTC) main.rs
|
||
|
$(call RUN,main) || exit 1
|