aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/old_crc/ya.make
blob: 66eaa0f4ad5a65911868fa4f136dcb3181a8afe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY() 
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    crc.cpp 
) 
 
RUN_PROGRAM(
    library/cpp/digest/old_crc/gencrc
    STDOUT crc.inc
)
 
END()