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

66 lines
1.2 KiB
Markdown

### 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_