Skip to content

Commit 9bcff8c

Browse files
author
jantje
committed
#1260 implement the clean action
1 parent faf1668 commit 9bcff8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

io.sloeber.core/src/io/sloeber/core/builder/inoToCpp.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ protected IProject[] build(int kind, @SuppressWarnings("rawtypes") Map args, IPr
6060

6161
@Override
6262
protected void clean(IProgressMonitor monitor) throws CoreException {
63-
// delete markers set and files created
64-
63+
PdePreprocessor.deleteSloeberInoCPPFile(getProject());
6564
}
6665

6766
@SuppressWarnings("unused")

0 commit comments

Comments
 (0)