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

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

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