bug fix for the power-supply firmware
[digitaldcpower] / winclean.bat
diff --git a/winclean.bat b/winclean.bat
new file mode 100644 (file)
index 0000000..d0f7fb8
--- /dev/null
@@ -0,0 +1,13 @@
+@REM *** Usage: just double click this file from the filemanger\r
+@REM ***\r
+@REM *** you need to edit this file and adapt it to your AVR installation. \r
+@REM *** Change the PATH\r
+\r
+@echo -------- begin --------\r
+\r
+@set PATH=C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin;%PATH%\r
+\r
+make -f Makefile clean\r
+\r
+@echo --------  end  --------\r
+pause\r