aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fix_elf/bin/ya.make
blob: 4c995c1fd57315f9cbdba320d7216bc524d6d80e (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()