command interface for remote control
[digitaldcpower] / winmake.bat
1 REM *** you need to edit this file and adapt it to your WinAVR \r
2 REM *** installation. E.g replace c:\WinAVR by c:\WinAVR-20090313\r
3 @echo -------- begin --------\r
4 \r
5 set AVR=c:\WinAVR\r
6 \r
7 set CC=avr-gcc\r
8 \r
9 set PATH=c:\WinAVR\bin;c:\WinAVR\utils\bin\r
10 \r
11 make -f Makefile\r
12 \r
13 @echo --------  end  --------\r
14 pause\r