1.2 KiB
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.