<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Beginning-Ruby-Exercises/Makefile, branch master</title>
<subtitle>A small collection of exercises for first-time programmers learning Ruby</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Beginning-Ruby-Exercises/'/>
<entry>
<title>Add Makefile</title>
<updated>2015-05-26T00:17:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-05-26T00:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Beginning-Ruby-Exercises/commit/?id=d0261a1d1ee67b905830b8315f8ec247d561c3a7'/>
<id>d0261a1d1ee67b905830b8315f8ec247d561c3a7</id>
<content type='text'>
Add targets that allow me to create a zip of the exercises for sending.
We copy all the needed files to a new directory, then zip the solutions
file so it isn't immediately accessible (wouldn't want to accidentally
open the solutions file if you didn't mean to), and then zips the whole
thing for easy sending. Finally, we clean up the mess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add targets that allow me to create a zip of the exercises for sending.
We copy all the needed files to a new directory, then zip the solutions
file so it isn't immediately accessible (wouldn't want to accidentally
open the solutions file if you didn't mean to), and then zips the whole
thing for easy sending. Finally, we clean up the mess.
</pre>
</div>
</content>
</entry>
</feed>
