Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 529 Bytes

ADO_StorageManager

ADO assignment1 StorageManager CS525

  1. Go to Project root (ADO_StorageManager) using Terminal.

  2. Type ls and check for makefile. (To crosscheck if you are in right directory)

  3. Type "make clean" to delete old compiled .o files.

  4. Type "make" to compile all project files including "test_assign1_1.c" file

  5. Type "make run" to run "test_assign1_1.c" file.

  6. Type "make test2" to compile Custom test file "test_assign1_2.c"(added by the team).

  7. Type "make run2" to run "test_assign1_2.c" file.