Skip to content

Commit

Permalink
Fix in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Jan 20, 2025
1 parent 126de8f commit 1d00845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ gradle-assemble:
clean-workdir:
if [ -d .workdir ]; then chmod -R u+w .workdir; fi
rm -rf .workdir
if [ -d .workdir-small-test ]; then chmod -R u+w .workdir-small-test; fi
rm -rf .workdir-small-test

clean-local:
${MAKE} clean-workdir
Expand Down

0 comments on commit 1d00845

Please sign in to comment.