CXXFLAGS= -g -Wall

testSaveFile: testSaveFile.o ../tcbWrapperAll.o
	g++ -g -Wall -o testSaveFile testSaveFile.o \
	../*.cc \
	../../../Common/Cipherer/*.cc \
	../../../Common/LogFile/*.cc \
	../../../Common/Debugable/*.cc \
	../../../Common/GMessage/*.cc \
	../../../Common/RandomGenerator/*.cc \
	../../../Common/RSAEuro/librsaeuro.a

clean:
	rm testSaveFile.o
