summaryrefslogtreecommitdiffstats
path: root/private/rpc/runtime/rules.mk
blob: e26944be9e3fbb662fb339272d92db0932d05020 (plain) (blame)
1
2
3
4
5
6
7
8
!include $(RPC)\rules.mk

!ifndef DIST
DESTINATION	= $(RPC)\runtime
!else
DESTINATION	= $(DIST)\rpc
!endif