This is starter code placeholder for Assignment 9. The real starter code is your solution for Assignment 7.
The Makefile contains the following targets:
make all- compile mymalloc.c into the object filemymalloc.omake test- compile and run tests in the tests directory withmymalloc.o.make demo- compile and run tests in the tests directory with standard malloc.make clean- perform a minimal clean-up of the source treemake help- print available targets