5 lines
95 B
Makefile
5 lines
95 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) -o $(TMPDIR)/input.expanded.rs --pretty=expanded input.rs
|