Skip to content

Commit

Permalink
Extend clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Sep 29, 2024
1 parent 246643f commit 8db0fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ analyze_autocorrect: write_xcodebuild_log
clean:
rm -f "$(OUTPUT_PACKAGE)"
rm -rf "$(TEMPORARY_FOLDER)"
rm -f "./*.zip" "bazel.tar.gz" "bazel.tar.gz.sha256"
rm -rf rule_docs/ docs/
rm -f ./*.{zip,pkg} bazel.tar.gz bazel.tar.gz.sha256
swift package clean

clean_xcode:
Expand Down

0 comments on commit 8db0fbf

Please sign in to comment.