1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00
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)