CFILES = DiskSimulate.C Strategy.C main.C HFILES = DiskSimulate.h Strategy.h sim: ${HFILES} ${CFILES} g++ -g -Wall -o sim ${CFILES}