6 lines
69 B
Makefile
6 lines
69 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) windows.rs
|
||
|
$(RUSTC) console.rs
|