Skip to content

Conversation

@cmickeyb
Copy link
Contributor

Add a Makefile target to clean artifacts installed outside the python processes

cmickeyb and others added 2 commits June 20, 2025 11:56
Uninstall the special artifacts that get installed like
the notebooks and contract binaries.

Signed-off-by: Mic Bowman <mic.bowman@intel.com>
@cmickeyb cmickeyb requested a review from Copilot June 27, 2025 21:43
@cmickeyb cmickeyb self-assigned this Jun 27, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces an uninstall target to remove installed artifacts from both the Makefile and CMakeLists.txt, addressing cleanup of installation outputs.

  • Added an "uninstall" target in the Makefile that echoes a message and tries to run an uninstall command if the build directory exists
  • Set up a custom "uninstall" target in CMakeLists.txt to remove files listed in the install manifest

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Makefile New uninstall target using directory check and invoking build uninstall
CMakeLists.txt New custom target and command to remove installed artifacts via install_manifest.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Mic Bowman <cmickeyb@gmail.com>
@cmickeyb cmickeyb merged commit cdd083d into hyperledger-labs:main Jun 28, 2025
4 checks passed
@cmickeyb cmickeyb deleted the mic.jun20.uninstall branch June 28, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant