7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all: $(call STATICLIB,foo) $(call STATICLIB,bar)
|
||
|
$(RUSTC) main.rs
|
||
|
$(call RUN,main)
|
||
|
|