# SPDX-License-Identifier: LicenseRef-CSSL-1.0

all:
	g++ TcpClient.cpp EthernetRawCommand.cpp -o EthernetRawCommand.out 
