This is the starter code for Assignment 5.
The Makefile contains the following targets:
make all - compile mymalloc.c into the object file mymalloc.omake test - compile and run tests in the tests directory with mymalloc.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