compile.sh 190 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. rm ../_build.inc.c
  3. cat strlist.c header.c \
  4. string.c \
  5. strcache.c \
  6. hash.c \
  7. fs.c \
  8. pkgconfig.c \
  9. init.c \
  10. cprocs.c \
  11. rglob.c \
  12. gcc.c \
  13. \
  14. >> ../_build.inc.c