-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Overview
Our build does make minimal. However this is confusing. The convention is make all. So let's change the names of these builds so that our build runs off of a goal named all.
Background info
What is currently make all is Chris's old pipeline. There were some issues w/ that, and I fixed a lot of them, but there were still issues, and we don't need those output files, so we instead made a goal make minimal which gives us a smaller set of files reduced to only what we need.
Reactions are currently unavailable