all:
	hla -thread server
	hla -thread client
	

clean:
	del /Q /F *.obj
	del /Q /F *.link
	del /Q /F *.exe
	