7 lines
107 B
Makefile
7 lines
107 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) dylib.rs -o $(TMPDIR)/libdylib.so
|
||
|
$(RUSTC) main.rs
|
||
|
$(call RUN,main)
|