Makefile 203 B

123456789101112
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/1.4/PageCompiler/samples/Makefile#1 $
  5. #
  6. # Makefile for Poco PageCompiler Samples
  7. #
  8. .PHONY: projects
  9. clean all: projects
  10. projects:
  11. $(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)