poco/Net/samples/tcpclient/Makefile
2024-02-27 12:16:10 +01:00

16 lines
235 B
Makefile

#
# Makefile
#
# Makefile for Poco tcpclient
#
include $(POCO_BASE)/build/rules/global
objects = tcpclient
target = tcpclient
target_version = 1
target_libs = PocoNet PocoFoundation
include $(POCO_BASE)/build/rules/exec