summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Makefile.bor
blob: 270f4ed8322715c3ec5fdcf95965fc040929aeaa (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for building the Time example
# 

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

all:
	$(MAKE) -f Time_Client.bor $(FLAGS)
	$(MAKE) -f Time_Server.bor $(FLAGS)