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

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

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