Skip to content

Commit

Permalink
Fix make plugin clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Oct 17, 2016
1 parent c7797f9 commit c0495eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private boolean builds(Path dir) {

@Override
public void clean(Path path) {
String[] command = {"make", "test"};
String[] command = {"make", "clean"};
ProcessRunner runner = new ProcessRunner(command, path);

try {
Expand Down

0 comments on commit c0495eb

Please sign in to comment.