ya.make 91 B

123456789101112
  1. PROGRAM(last_getopt_demo)
  2. PEERDIR(
  3. library/cpp/getopt
  4. )
  5. SRCS(
  6. demo.cpp
  7. )
  8. END()