rust-raylib-playground/Makefile

3 lines
47 B
Makefile

rect: rect.rs
rustc -L. -lraylib $< -o bin/$@