mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-17 21:27:11 +02:00
Update POCO library.
This commit is contained in:
+10
@@ -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