poco/Util/samples/Makefile

12 lines
203 B
Makefile
Raw Normal View History

2006-07-11 16:33:40 +00:00
#
# Makefile
#
# $Id: //poco/1.1.0/Util/samples/Makefile#1 $
#
# Makefile for Poco Util Samples
#
.DEFAULT all:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)