BradleyCai / ucr-schedule-visualizer

Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
https://waa.ai/ucrsv
MIT License
5 stars 2 forks source link

Create Makefile hiearchy for better encapsulation #48

Closed emmiegit closed 9 years ago

emmiegit commented 9 years ago

It's a bad practice to have Makefiles go up and do things in the .. directory. Instead, have higher level Makefiles do the work for their directory and their subdirectories only.