...
/Exercise: Build Multiple Packages Using Separate Install Targets
Exercise: Build Multiple Packages Using Separate Install Targets
Build multiple packages using separate install targets.
We'll cover the following...
Task
In this exercise, you are required to create multiple binary packages (calculate-average
and calculate-average-data
) from one source package (calculate-average
) using separate install targets.
-
You are given a
scores
file with the content consisting of numbers on each line. -
You are also ...