poco/Util/samples/Makefile
2007-02-23 14:35:25 +00:00

14 lines
224 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/Util/samples/Makefile#3 $
#
# Makefile for Poco Util Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)