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

12 lines
197 B
Makefile

#
# Makefile
#
# Makefile for Poco ApacheConnector Samples
#
.PHONY: projects
clean distclean all: projects
projects:
$(MAKE) -C TimeServer $(MAKECMDGOALS)
$(MAKE) -C FormServer $(MAKECMDGOALS)