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 and uninstall targets to Makefile #72

Merged
merged 9 commits into from
Jun 3, 2022

Conversation

vrza
Copy link
Contributor

@vrza vrza commented Jun 3, 2022

Closes #66

Supersedes #20

Makefile Outdated
./gzip.sh clean
./binutils.sh clean

install: bin/123 share/man/man1/123.1
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe the install rule should just depend on all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, made the change.

@vrza
Copy link
Contributor Author

vrza commented Jun 3, 2022

Not all files need to be installed, for example from the sysV386 directory 123 seems to read only the lotus.bcf file.

@taviso taviso merged commit 6e45cad into taviso:main Jun 3, 2022
@taviso
Copy link
Owner

taviso commented Jun 3, 2022

Seems okay to me, merged!

@taviso taviso mentioned this pull request Jun 3, 2022
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.

Make program installable and independent of user's working directory
2 participants