# # Makefile # # Computer Science 50 # Problem Set 4 # whodunit: whodunit.c whodunit.h gcc -ggdb -std=c99 -Wall -o whodunit whodunit.c clean: rm -f *.o a.out core whodunit