mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
13 lines
203 B
Makefile
13 lines
203 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/1.4/PageCompiler/samples/Makefile#1 $
|
||
|
#
|
||
|
# Makefile for Poco PageCompiler Samples
|
||
|
#
|
||
|
|
||
|
.PHONY: projects
|
||
|
clean all: projects
|
||
|
projects:
|
||
|
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)
|