poco/ApacheConnector/samples/Makefile

12 lines
187 B
Makefile
Raw Normal View History

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