...

/

Solution: Build Multiple Packages Using Separate Install Targets

Solution: Build Multiple Packages Using Separate Install Targets

Look at the solution to the “Build Multiple Packages Using Separate Install Targets” challenge.

We'll cover the following...
100
200
300
600
Project directory and code for building multiple packages using multiple install targets

Explanation

  • In the Makefile, we use separate installation targets to install the calculate-average binary file and scores data file in the debian/<package-name> directory.

  • In the debian/rules file, ...