Closed zachwick closed 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?
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.
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