./target1.out: ./test/Test.cc.o 
	@echo linking

./%.cc.d: ../../src/target1/%.cc
	@echo making dep

./%.cc.o: ../../src/target1/%.cc
	@echo compiling

-include ./test/Test.cc.d
