currently our makefile has a lot of script logic in it
We need to move the actual scripts out of the makefile and into scripts, and then just have the makefile call the scripts. Make targets should just call scripts, maybe with parameters or environment variables set
This will make it easy for us to switch from make to another framework if we ever desire to
currently our makefile has a lot of script logic in it
We need to move the actual scripts out of the makefile and into scripts, and then just have the makefile call the scripts. Make targets should just call scripts, maybe with parameters or environment variables set
This will make it easy for us to switch from make to another framework if we ever desire to