Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install target #94

Merged
merged 5 commits into from
Nov 12, 2024
Merged

Add install target #94

merged 5 commits into from
Nov 12, 2024

Conversation

attipaci
Copy link
Collaborator

Adds a install target to the Makefile, using the standard directory variables, with the recommended default values. As such it can take a prefix argument, e.g.:

  sudo make prefix=/opt install

To install under /opt rather than the default /usr prefix.

@attipaci attipaci added the enhancement New feature or request label Nov 12, 2024
@attipaci attipaci added this to the 1.2.0 milestone Nov 12, 2024
@attipaci attipaci self-assigned this Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.65%. Comparing base (a3e47ac) to head (f58da6f).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage   99.65%   99.65%           
=======================================
  Files           8        8           
  Lines        2904     2904           
  Branches      561      561           
=======================================
  Hits         2894     2894           
  Partials       10       10           
Flag Coverage Δ
unittests 99.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3e47ac...f58da6f. Read the comment docs.

@attipaci attipaci force-pushed the make-install branch 2 times, most recently from 24222a6 to 12b4cc3 Compare November 12, 2024 10:18
@attipaci attipaci marked this pull request as ready for review November 12, 2024 10:28
@attipaci attipaci force-pushed the make-install branch 2 times, most recently from d45c558 to 5be6b28 Compare November 12, 2024 10:34
@attipaci attipaci merged commit f4a067c into main Nov 12, 2024
16 checks passed
@attipaci attipaci deleted the make-install branch November 12, 2024 10:42
@attipaci attipaci linked an issue Nov 12, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add make install target
1 participant