aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fix_elf/bin/ya.make
blob: b18928922acd40cafa6a036aaedae8b3fe8ab3e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROGRAM(fix_elf)

SRCDIR(
    tools/fix_elf
)

SRCS(
    patch.cpp
)

PEERDIR(
    library/cpp/getopt/small
)

END()