.CPP.OBJ:
	tcc -c $*

.CPP.EXE :
	tcc $*.cpp	

all: EXMPL1.exe DIRTEST.exe DIRTEST2.exe TREETEST.exe

EXMPL1.exe : EXMPL1.CPP
DIRTEST.exe : direct.hpp DIRTEST.CPP
DIRTEST2.exe : direct2.hpp direct.hpp DIRTEST2.CPP
TREETEST.exe : dirtree.hpp direct2.hpp direct.hpp TREETEST.CPP
