Skip to content

Commit

Permalink
fix: clean make target (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
  • Loading branch information
coderbirju authored Jan 9, 2025
1 parent e6ed9ec commit 0841b5b
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 @@ -72,6 +72,7 @@ clean:
-@rm -rf $(DOWNLOAD_DIR) 2>/dev/null || true
-@rm ./*.tar.gz 2>/dev/null || true
-@cd src/finch-daemon && make clean 2>/dev/null || true
-@cd src/socket_vmnet && make clean 2>/dev/null || true

.PHONY: test-e2e
test-e2e: $(LIMA_TEMPLATE_OUTDIR)/fedora.yaml
Expand Down

0 comments on commit 0841b5b

Please sign in to comment.