We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Refers to Commit b2b5763
In file arduino-core/build.xml
arduino-core/build.xml
<target name="clean" description="Clean out the build directories"> <delete dir="bin" /> <delete file="arudino-core.jar" /> </target>
there is a typo in target clean arudino-core.jar should be arduino-core.jar instead
clean
arudino-core.jar
arduino-core.jar
The text was updated successfully, but these errors were encountered:
Fixed typo in arduino-core/build.xml. Closes #2339
2339395
Fixed. Thanks for the heads up
Sorry, something went wrong.
No branches or pull requests
Refers to Commit b2b5763
In file
arduino-core/build.xml
there is a typo in target
clean
arudino-core.jar
should bearduino-core.jar
insteadThe text was updated successfully, but these errors were encountered: