mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 06:35:25 +02:00
14 lines
214 B
Makefile
14 lines
214 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/WebWidgets/samples/Makefile#2 $
|
|
#
|
|
# Makefile for Poco WebWidgets Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C HTTPFormServer $(MAKECMDGOALS)
|
|
|