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

Chore: Use Just instead of Make #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ryanabx
Copy link
Contributor

@ryanabx ryanabx commented Feb 24, 2024

This PR moves the build automation system over to Just instead of Make.

Todo (but I may not have the time to do them):

  • Test using the justfile commands
  • Move the debian build/install commands over to just

justfile Outdated
install:
install -Dm0755 {{bin-src}} {{bin-dst}}

install-bare-session:
Copy link
Member

Choose a reason for hiding this comment

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

Should this maybe depend on install? The bare session without the binary isn't particular useful.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably, I'll update the PR later when I have time

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

justfile Outdated
uninstall:
rm {{bin-dst}}

uninstall-bare-session:
Copy link
Member

Choose a reason for hiding this comment

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

I am sorry to only notice this now, but I guess this should then also depend on uninstall. 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Still needs testing, but also done!

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.

None yet

2 participants