Build tool
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

sample.bbb 319B

1234567891011121314
  1. foo:="this is a long file name" and some more text bar := hello
  2. other_files := foo.c bar.c baz.c
  3. files:=
  4. src/file-a.c
  5. src/file\ with\ space.c
  6. "src/fully quoted file.c"
  7. src/$foo.c
  8. $other_files
  9. cflags :=-g -O3 -DTITLE="Hello World"
  10. cflags += these values will be appended
  11. cflags =+ these values will be prepended