mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-24 19:17:12 +02:00
Update POCO library.
This commit is contained in:
10
vendor/POCO/Prometheus/samples/Makefile
vendored
Normal file
10
vendor/POCO/Prometheus/samples/Makefile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# Makefile for Poco Prometheus Samples
|
||||
#
|
||||
|
||||
.PHONY: projects
|
||||
clean all: projects
|
||||
projects:
|
||||
$(MAKE) -C MetricsSample $(MAKECMDGOALS)
|
Reference in New Issue
Block a user