diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 09:01:56 -0700 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 09:01:56 -0700 |
commit | f9ed282a16a6ac89cbd8458cd174332d64d0428b (patch) | |
tree | c639485eb91214a6d9c95401ed83c784af286c9a /bootloaders/optiboot/omake | |
parent | 84285ab7807db69a96c96d58bb227669a81d5226 (diff) | |
parent | 4b7c12b7cbd7a9575814040da1d182106638e9c0 (diff) |
Merge pull request #30 from WestfW/master
Significant optiboot upgrade.
Diffstat (limited to 'bootloaders/optiboot/omake')
-rw-r--r-- | bootloaders/optiboot/omake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloaders/optiboot/omake b/bootloaders/optiboot/omake new file mode 100644 index 0000000..cc7c6bc --- /dev/null +++ b/bootloaders/optiboot/omake @@ -0,0 +1,2 @@ +echo ../../../tools/avr/bin/make OS=macosx ENV=arduino $* +../../../tools/avr/bin/make OS=macosx ENV=arduino $* |