Skip to content

Commit

Permalink
Update make_win.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
lorol authored Dec 23, 2020
1 parent e995308 commit 310e9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_win.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cd %~dp0\src
set PATH=your\java\bin;%PATH%
set ALP=your\arduino\lib
IF EXIST bin GOTO NOWINDIR
IF EXIST bin GOTO NODIR
mkdir bin
:NOWINDIR
:NODIR
del bin\*.jar
rd /S /Q bin\com
javac.exe -target 1.8 -cp ".;%ALP%\arduino-core.jar;%ALP%\commons-codec-1.7.jar;%ALP%\pde.jar" -d bin ESP32FS.java
Expand Down

0 comments on commit 310e9d0

Please sign in to comment.