Olaf
Olaf copied to clipboard
Better makefile
As I was trying to work on parameters I realized the current Makefile doesn't track dependencies, so it rebuilds everything all the time. I took a stab at fixing that.
This version maintains the same UX as the previous one and doesn't rearrange any code. If you moved the files around a bit strategically you could probably remove the list of object files entirely.