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

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

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