summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/Makefile.bor
blob: 353d14dba0e6500771ffe0c8febc1d4ce2cb9671 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for building the Timeout test executables
#

!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>

all:
	$(MAKE) -f server.bor $(MAKE_FLAGS)
	$(MAKE) -f client.bor $(MAKE_FLAGS)