# # Makefile for Plot module. This will create a relocatable "Plot.o" with # functions outlined in Plot.h. # # Which C compiler are we using this week? CC = gcc # Optimization Level CFLAGS = -g Plot.o: Plot.c Plot.h clean: rm *.o