csci3081/repo-zhan4854/Lab_03_Assessment.md
Michael Zhang 1ba4536588
f
2018-01-29 17:24:20 -06:00

1.2 KiB

Assessment for Lab 03

Total score: 90 / 100

Run on September 26, 12:52:52 PM.

Necessary Files and Structure

  • Pass: Check that directory "labs" exists.

  • 5 / 5 : Pass: Check that directory "labs/lab03" exists.

  • Pass: Change into directory "labs/lab03".

  • 5 / 5 : Pass: Check that file "makefile" exists.

.gitignore configured properly

  • 5 / 5 : Pass: Check that file/directory "ducks" does not exist.

  • 5 / 5 : Pass: Check that no files with extension ".o" exist in directory "."

Specific Target - Duck.o

  • 15 / 15 : Pass: Attempt make Duck.o in directory ..

         make successful. Check Duck.o exists.
    

    Result Duck.o found

make all functional

  • 40 / 40 : Pass: Attempt make all in directory ..

         make successful. Check ducks exists.
    

    Result ducks found

make clean functional

  • 10 / 10 : Pass: Attempt make clean in directory ..

         make successful. Check makefile exists.
    

    Result makefile found

  • 5 / 5 : Pass: Check that file/directory "Duck.o" does not exist.

Variables used in makefile

  • 0 / 10 : Fail: Check $( exists in makefile.

Total score: 90 / 100