mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
10 lines
60 B
Makefile
10 lines
60 B
Makefile
LIBRARY()
|
|
|
|
CFLAGS(-g0)
|
|
|
|
SRCS(
|
|
readpassphrase.c
|
|
)
|
|
|
|
END()
|