1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory.

This commit is contained in:
David A. Mellis
2006-12-20 02:15:20 +00:00
parent 18951f0437
commit 625c7b185f
3 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ echo Copying dist files...
cp -r dist/lib work/
#cp -r dist/core work/
cp -r dist/bootloader work/
cp -r dist/tools work/
### -- START BUILDING -------------------------------------------