Software Development Methods and Tools—CSCI-3308

Make

Download the slides.

Automated builds are the foundation for continuous integration, and Makefiles automate C programming project builds. We also looked at production Rake tasks in github.com.

We wrote the Makefile from dgraham/libds during lecture.