Skip to content

Commit

Permalink
build: clean up finch-core _output directory in clean target (#290)
Browse files Browse the repository at this point in the history
Issue #, if available:
#262
*Description of changes:*

*Testing done:*



- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Anqi Pang <anqipans@amazon.com>
  • Loading branch information
AnqiPang committed Mar 20, 2023
1 parent b38af9f commit 4684a95
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 @@ -283,6 +283,7 @@ mdlint-ctr:
.PHONY: clean
clean:
-@rm -rf $(OUTDIR) 2>/dev/null || true
-@rm -rf ./deps/finch-core/_output || true
-@rm ./*.tar.gz 2>/dev/null || true
-@rm ./*.qcow2 2>/dev/null || true
-@rm ./test-coverage.* 2>/dev/null || true

0 comments on commit 4684a95

Please sign in to comment.