poco/PageCompiler/samples/Makefile
2017-09-09 10:50:32 +02:00

11 lines
149 B
Makefile

#
# Makefile
#
# Makefile for Poco PageCompiler Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)