rit-csc / csc_exam_reviews

A collection of practice exams for exams in core curriculum CS courses at RIT.
http://csc.cs.rit.edu/resources
13 stars 1 forks source link

redirect make output (pdfs, logs, etc.) to new subdirectory, out/ #21

Closed chrissprague closed 9 years ago

chrissprague commented 9 years ago

right now make works perfectly fine but it drops everything resulting from the make right into the directory that holds all our .tex files and Makefile etc.

For the purpose of organization, it would help a lot if the make file could instead drop this stuff into subdirectories to help categorize the stuff, e.g.

....141/ ........code/ ........questions/ ........out/


bonus points for

....141/ ........code/ ........questions/ ........out/ ............pdf/ ............logs/

chrissprague commented 9 years ago

done @ https://github.com/rit-csc/csc_exam_reviews/commit/60b8fc15e0e648bbd34647fb388810cfd614dccc