summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Makefile.bor
blob: f8514256edcce6684742bc19e6be5234767572b9 (plain)
1
2
3
4
5
6
7
8
9
10
11

#
# Makefile for building the Echo example
# 

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

all:
	$(MAKE) -f Echo_Client.bor $(MAKE_FLAGS)
	$(MAKE) -f Echo_Server.bor $(MAKE_FLAGS)