Skip to content

Commit 310e9d0

Browse files
authored
Update make_win.bat
1 parent e995308 commit 310e9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make_win.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cd %~dp0\src
22
set PATH=your\java\bin;%PATH%
33
set ALP=your\arduino\lib
4-
IF EXIST bin GOTO NOWINDIR
4+
IF EXIST bin GOTO NODIR
55
mkdir bin
6-
:NOWINDIR
6+
:NODIR
77
del bin\*.jar
88
rd /S /Q bin\com
99
javac.exe -target 1.8 -cp ".;%ALP%\arduino-core.jar;%ALP%\commons-codec-1.7.jar;%ALP%\pde.jar" -d bin ESP32FS.java

0 commit comments

Comments
 (0)