filesystem : disk.o main.o filesystem.o g++ -g -Wall -o filesystem disk.o main.o filesystem.o disk.o : disk.h disk.cc g++ -g -Wall -c disk.cc filesystem.o : filesystem.h filesystem.cc g++ -g -Wall -c filesystem.cc main.o : main.cc disk.h g++ -g -Wall -c main.cc clean: rm *.o TESTFILESYSTEM *~