poco/ApacheConnector/samples/Makefile
2017-09-09 11:14:06 +02:00

12 lines
187 B
Makefile

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