2
0

Makefile 149 B

12345678910
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco PageCompiler Samples
  5. #
  6. .PHONY: projects
  7. clean all: projects
  8. projects:
  9. $(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)