mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
13 lines
201 B
Makefile
13 lines
201 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/PageCompiler/samples/Makefile#1 $
|
|
#
|
|
# Makefile for Poco PageCompiler Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C TrafficLight $(MAKECMDGOALS)
|