brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Adds a Makefile #130

Closed zachwick closed 10 years ago

zachwick commented 10 years ago

Adds a Makefile with rules to build the rust-sdl library, build the demo program, and clean up the built binaries.

Signed-off-by: zachwick zach@zachwick.com

lifthrasiir commented 10 years ago

I was also thinking about a proper Makefile, but the proposed one has many targets missing (targets for SDL_image and SDL_mixer, doc and possibly others). Would rust-empty work well for this purpose or not?

zachwick commented 10 years ago

I think that you are correct @lifthrasiir , https://github.com/bvssvni/rust-empty/ is the way to go. The Makefile that I added only implements the two targets that are mentioned in the README. I am going to close this PR and I will submit another using the Makefile from rust-empty.