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

#
# Makefile for building the Bank example
# 

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

all:
	$(MAKE) -f Bank_Client.bor $(MAKE_FLAGS)
	$(MAKE) -f Bank_Server.bor $(MAKE_FLAGS)