mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 11:02:17 +01:00
16 lines
246 B
Makefile
16 lines
246 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco httpget
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = httpget
|
|
|
|
target = httpget
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|