mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-03 14:24:15 +01:00
16 lines
205 B
Bash
Executable File
16 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
make clean
|
|
make lilypad
|
|
make lilypad_resonator
|
|
make pro8
|
|
make pro16
|
|
make pro20
|
|
make diecimila
|
|
make atmega328
|
|
make atmega328_pro8
|
|
make sanguino
|
|
make mega
|
|
make atmega8
|
|
make atmega88
|
|
make luminet
|