Skip to content

Commit 71ef4d4

Browse files
author
jantje
committed
#1360 always use the command specified in plugin.xml (that should be rm)
1 parent 944e719 commit 71ef4d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

io.sloeber.core/src/io/sloeber/core/toolchain/ArduinoGnuMakefileGenerator.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -1075,10 +1075,7 @@ private StringBuffer addMacros() {
10751075
} catch (BuildMacroException e) {
10761076
//jaba is not going to write this code
10771077
}
1078-
// JABA use del in windows and rm on all other oses
1079-
if (Common.isWindows) {
1080-
cleanCommand = "-del ";
1081-
}
1078+
10821079
buffer.append(cleanCommand).append( NEWLINE);
10831080
buffer.append(NEWLINE);
10841081
// Now add the source providers

0 commit comments

Comments
 (0)