We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944e719 commit 71ef4d4Copy full SHA for 71ef4d4
io.sloeber.core/src/io/sloeber/core/toolchain/ArduinoGnuMakefileGenerator.java
@@ -1075,10 +1075,7 @@ private StringBuffer addMacros() {
1075
} catch (BuildMacroException e) {
1076
//jaba is not going to write this code
1077
}
1078
- // JABA use del in windows and rm on all other oses
1079
- if (Common.isWindows) {
1080
- cleanCommand = "-del ";
1081
- }
+
1082
buffer.append(cleanCommand).append( NEWLINE);
1083
buffer.append(NEWLINE);
1084
// Now add the source providers
0 commit comments