mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
14 lines
163 B
Bash
Executable File
14 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
make clean
|
|
make lilypad
|
|
make lilypad_resonator
|
|
make pro8
|
|
make pro16
|
|
make pro20
|
|
make diecimila
|
|
make ng
|
|
make atmega328
|
|
make atmega328_pro8
|
|
make luminet
|
|
|