.PHONY: default clean
default: clean 
clean:
	make -C ./hla_tcp clean
	make -C ./hla_http clean
	make -C ./hla_https clean
