summaryrefslogtreecommitdiffstats
path: root/myavr_morsedec/compile.bat
blob: 1898f982341a9b19e73cb3a14eb91a9cd426a72e (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off

set "PATH=%PATH%;%PROGRAMFILES%\Atmel\AVR Tools\AVR Toolchain\bin"

echo Cleaning source tree...
make.exe distclean V=1 BINEXT=.exe NODEPS=1

echo Compiling...
make.exe V=1 BINEXT=.exe NODEPS=1

pause
bues.ch cgit interface