rustyapple/Makefile

9 lines
89 B
Makefile

RUSTC=rustc
test:
$(RUSTC) -Z debug-info -o appletest --test apple.rs
./appletest