rust-raylib-playground/Makefile

3 lines
55 B
Makefile
Raw Normal View History

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