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

Baby's first Makefile. #82

Merged
merged 1 commit into from
Apr 10, 2015
Merged

Baby's first Makefile. #82

merged 1 commit into from
Apr 10, 2015

Conversation

mookerji
Copy link
Contributor

@mookerji mookerji commented Apr 9, 2015

@mookerji mookerji self-assigned this Apr 9, 2015
@mookerji mookerji added this to the libsbp release milestone Apr 9, 2015
--c;

python:
@echo "Generating Python bindings..."
Copy link
Contributor

Choose a reason for hiding this comment

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

The first rule is the default target (if you just type make) - put the all rule first? The echo for all will be after the c and python and docs have been gen'd.

Add some PHONY targets?

.PHONY: all c python docs

@mookerji
Copy link
Contributor Author

mookerji commented Apr 9, 2015

Note that this depends on #71 .

Automates the creation of C, Python, LaTeX stuff from the
SBP specification.

/cc @gsmcmullin @mfine @denniszollo
mookerji added a commit that referenced this pull request Apr 10, 2015
@mookerji mookerji merged commit 62c2748 into swift-nav:master Apr 10, 2015
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.

Regenerate everything script
2 participants