Skip to content

Commit

Permalink
Makefile clean to also remove buildSrc/build (nextflow-io#4517)
Browse files Browse the repository at this point in the history
Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@gmail.com>
  • Loading branch information
marcodelapierre authored Nov 20, 2023
1 parent 6b1ea72 commit 2ccb05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ clean:
rm -rf modules/nextflow/.nextflow*
rm -rf modules/nextflow/work
rm -rf build
rm -rf buildSrc/build
rm -rf modules/*/build
rm -rf plugins/*/build
./gradlew clean
Expand Down

0 comments on commit 2ccb05d

Please sign in to comment.