poco/Net/samples/ifconfig/Makefile

16 lines
232 B
Makefile
Raw Normal View History

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