6 lines
92 B
Makefile
6 lines
92 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) foo.rs -g -O
|
|
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)
|