Build tool
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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