summaryrefslogtreecommitdiff
path: root/apps/Gateway/Makefile.bor
blob: bbe0f9444be789308e3db578384430f41abf6ac2 (plain)
1
2
3
4
5
6
7
8
9

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

all:
        cd $(ACE_ROOT)\apps\Gateway\Gateway
        $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
        cd $(ACE_ROOT)\apps\Gateway\Peer
        $(MAKE) -f Makefile.bor $(MAKE_FLAGS)