src/Makefile

changeset 91
fac51f87def0
parent 45
a24aa388f02f
child 173
63b8d52db390
equal deleted inserted replaced
90:279f343bbf6c 91:fac51f87def0
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
27 # 27 #
28 28
29 BUILD_ROOT = ../ 29 BUILD_ROOT = ../
30 30
31 all: 31 all: _ucx _server
32 cd server; $(MAKE) all 32
33
34 _ucx:
35 cd ucx; $(MAKE)
36
37 _server:
38 cd server; $(MAKE)

mercurial