8 lines
148 B
Makefile
8 lines
148 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) foo.rs
|
||
|
touch $(call DYLIB,foo-something-special)
|
||
|
touch $(call DYLIB,foo-something-special2)
|
||
|
$(RUSTC) bar.rs
|