Automation and Make: Setup

You need to download some files to follow this lesson:

  1. Download make-lesson.zip.

  2. Move make-lesson.zip into a directory which you can access via your bash shell.

  3. Open a Bash shell window.

  4. Navigate to the directory where you downloaded the file.

  5. Unpack make-lesson.zip:

    $ unzip make-lesson.zip
    
  6. Change into the make-lesson directory:

    $ cd make-lesson