mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-05 16:26:27 +01:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco ApacheConnector Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C TimeServer $(MAKECMDGOALS)
|
|
$(MAKE) -C FormServer $(MAKECMDGOALS)
|