1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +01:00

11 lines
146 B
Makefile
Raw Normal View History

2023-03-23 20:19:11 +02:00
#
# Makefile
#
# Makefile for Poco Prometheus Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C MetricsSample $(MAKECMDGOALS)