poco/Net/samples/ifconfig/Makefile
2017-09-09 11:14:06 +02:00

16 lines
232 B
Makefile

#
# 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