poco/JSON/samples/Makefile
2023-10-15 17:56:48 +02:00

12 lines
147 B
Makefile

#
# Makefile
#
# Makefile for Poco JSON Samples
#
.PHONY: projects
clean distclean all: projects
projects:
$(MAKE) -C Benchmark $(MAKECMDGOALS)