CC = g++ CPPFLAGS += -g -Wall -I../ all : Exception.o Lock.o Exception.o : Exception.cpp Exception.h Lock.o : Lock.cpp Lock.h