poco/Util/samples/Makefile

14 lines
236 B
Makefile
Raw Normal View History

2006-07-11 16:33:40 +00:00
#
# Makefile
#
2006-08-29 07:10:35 +00:00
# $Id: //poco/1.2/Util/samples/Makefile#1 $
2006-07-11 16:33:40 +00:00
#
# Makefile for Poco Util Samples
#
2006-08-29 07:10:35 +00:00
.PHONY: projects
clean all: projects
projects:
2006-07-11 16:33:40 +00:00
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)