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