Skip to content

make: fix binary path in clean target#3793

Open
cvemys wants to merge 1 commit intoSagerNet:dev-nextfrom
cvemys:dev-next
Open

make: fix binary path in clean target#3793
cvemys wants to merge 1 commit intoSagerNet:dev-nextfrom
cvemys:dev-next

Conversation

@cvemys
Copy link

@cvemys cvemys commented Feb 12, 2026

install target copies binary into $(PREFIX)/bin/ directory but clean target attempts to remove it from $(PREFIX).
This commit updates the clean target to use the same path as install target so it can correctly uninstall the program.

@pouya-al
Copy link

install target copies binary into $(PREFIX)/bin/ directory but clean target attempts to remove it from $(PREFIX).
This commit updates the clean target to use the same path as install target so it can correctly uninstall the program.

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.

2 participants