src/Makefile

branch
srvctrl
changeset 173
63b8d52db390
parent 91
fac51f87def0
child 175
9823770ba4ee
equal deleted inserted replaced
167:4be7dd2b75b9 173:63b8d52db390
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
27 # 27 #
28 28
29 BUILD_ROOT = ../ 29 BUILD_ROOT = ../
30 30
31 all: _ucx _server 31 all: ucx server tools
32 32
33 33
34 _ucx: 34 ucx: .FORCE
35 cd ucx; $(MAKE) 35 cd ucx; $(MAKE)
36 36
37 _server: 37 server: ucx .FORCE
38 cd server; $(MAKE) 38 cd server; $(MAKE)
39
40 tools: .FORCE
41 cd tools; $(MAKE)
42
43 .FORCE:
44

mercurial