• Zac Medico's avatar
    Makefile: do not execute static-assets in parallel with deps (#6057) · 5af9df57
    Zac Medico authored
    The static-assets target has a dependency on *either* ember-dist or
    ember-dist-dev, so these targets must not execute in parallel. Since
    this is an either/or dependency, it cannot be expressed as a regular
    dependency unless the targets are refactored somehow.
    
    Fixes: 7a312d7c ("Add Makefile/Dockerfile UI bits")
    5af9df57