poco/Util/samples/Makefile

14 lines
223 B
Makefile
Raw Normal View History

2006-10-23 16:21:00 +00:00
#
# Makefile
#
2006-11-17 16:31:29 +00:00
# $Id: //poco/1.3/Util/samples/Makefile#1 $
2006-10-23 16:21:00 +00:00
#
# Makefile for Poco Util Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)