Fix makefile to properly use a user-provided prefix

This commit is contained in:
2026-01-18 10:13:43 -05:00
parent 5875590481
commit 393ceee6d7
2 changed files with 16 additions and 13 deletions

View File

@@ -7,9 +7,9 @@ shunit is a bash script for running tests scripts that are written with the shun
make install
... If you want to install it somewhere other than / (not recommended), you can use:
... If you want to install it somewhere other than /usr (not recommended), you can use:
make PREFIX=/some/other/path install
PREFIX=/some/other/path make install
... and it will install to /some/other/path/usr/...