blob: 2e280ea5fffb618c9a10a1524c690da4a05290a9 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for building the MProfile test executables
#
!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
all:
$(MAKE) -f server.bor $(MAKE_FLAGS)
$(MAKE) -f client.bor $(MAKE_FLAGS)
|