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