poco/PageCompiler/samples/Makefile

11 lines
159 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco PageCompiler Samples
#
.PHONY: projects
2023-10-15 17:56:48 +02:00
clean distclean all: projects
projects:
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)