aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/old_crc/ya.make
blob: aa6ea8f6c53d8e32fb9dd61a53b261a1357f016e (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()