5 lines
65 B
Makefile
5 lines
65 B
Makefile
-include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) --print calling-conventions
|