aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/sqlite3/ya.make
blob: 43782a34699be4b74784909437696e72b035c7dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM()

NO_COMPILER_WARNINGS()

PEERDIR(
    contrib/libs/sqlite3
)

SRCS(
    shell.c
)

END()