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