aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fix_elf/bin/ya.make
blob: 8348c8b742caa5eb81dd8ff3f5207ac9e6c4784f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OWNER(somov)

PROGRAM(fix_elf)

SRCDIR(
    tools/fix_elf
)

SRCS(
    patch.cpp
)

PEERDIR(
    library/cpp/getopt/small
)

END()