1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-22 01:57:14 +02:00
Files
SqMod/vendor/POCO/Prometheus/samples/Makefile
Sandu Liviu Catalin 233fc103f9 Update POCO library.
2023-03-23 20:19:11 +02:00

11 lines
146 B
Makefile

#
# Makefile
#
# Makefile for Poco Prometheus Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C MetricsSample $(MAKECMDGOALS)