Skip to content

Replace all target with dcr and sia targets

Christopher Schinnerl requested to merge dcr-sia-targets into master

This MR replaces the all target in the makefile with dcr and sia. all still exists but will only notify the caller to use one of the other targets.

I wanted to change all to build both at first but since we create quite a few files in each build (which would have to be prefixed) I feel like the benefits wouldn't outweigh the added complexity.

Merge request reports