1. All difficult problems in computer science can be reduced to DAGs.
2. GNU Make is pretty efficient at solving DAG problems.
3. Therefore, you should use GNU Make to solve all of your difficult problems in computer science.
@er1n make and git are truly yin and yang
@zbanks what if you reset + remerged every build and used... merge hooks or something to invoke build jobs
@er1n do you think I can trick git into being a build system?