makeall 324 B

1234567891011121314151617181920
  1. #!/bin/bash
  2. make clean
  3. #
  4. # The "big three" standard bootloaders.
  5. make atmega8
  6. make atmega168
  7. make atmega328
  8. #
  9. # additional buildable platforms of
  10. # somewhat questionable support level
  11. make lilypad
  12. make lilypad_resonator
  13. make pro8
  14. make pro16
  15. make pro20
  16. make atmega328_pro8
  17. make sanguino
  18. make mega
  19. make atmega88
  20. make luminet