We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b449f8 commit 8567975Copy full SHA for 8567975
io.sloeber.core/src/io/sloeber/core/toolchain/ArduinoGnuMakefileGenerator.java
@@ -1078,7 +1078,7 @@ private StringBuffer addMacros() {
1078
}
1079
// JABA use del in windows and rm on all other oses
1080
if (Platform.getOS().equals(Platform.OS_WIN32)) {
1081
- cleanCommand = "del ";
+ cleanCommand = "-del ";
1082
1083
buffer.append(cleanCommand).append( NEWLINE);
1084
buffer.append(NEWLINE);
0 commit comments