quad "make deep-clean" should just be "make clean"
In quad/Makefile
, we really don't need the deep-clean
target. We don't really have a use case, and the time saved by not deep-cleaning is trivial. So refactor the quad/Makefile
so that the clean
target does what the deep-clean
target is currently doing.