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 makefile to the project to make it easier to work on the tool #119

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

Serchinastico
Copy link
Owner

Tired of running the same

cd kin/grammar && antlr PBXProj.g4 -Dlanguage=Python3 && cd ../../ && pip install -e . && kin tests/ok/020.pbxproj

command over and over again while working on #118, I decided to add a make file to make these commands easier. I also updated the docs to make it clear this is the supported/desired way to work with kin if you want to contribute.

@Serchinastico Serchinastico merged commit d1a0504 into main Nov 20, 2024
2 checks passed
@Serchinastico Serchinastico deleted the add-makefile branch November 20, 2024 00:28
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.

1 participant