aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/c_templates/ya.make
blob: 232f3b86dee5d4cb1cee3ae8275af828593015a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
OWNER(g:ymake)

LIBRARY(dummy-vcs)

NO_PLATFORM()

SRCS(
    svn_interface.c
)

END()