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

LIBRARY(dummy-vcs)

NO_PLATFORM()

SRCS(
    svn_interface.c
)

END()