mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
16 lines
221 B
Makefile
16 lines
221 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco uuidgen
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = uuidgen
|
|
|
|
target = uuidgen
|
|
target_version = 1
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|