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

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

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