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

Makefile cleanup #3

Merged
merged 1 commit into from Jul 31, 2016
Merged

Conversation

benlemasurier
Copy link
Contributor

  • remove CC=c99, c99 isn't available on OSX. I think removing CC and
    passing -std=c99 will give us the same result on most systems.
  • fix clean
  • fix indentation
  • remove some early-stage cruft (drosh.c, *~, client)

- remove `CC=c99`, c99 isn't available on OSX. I think removing `CC` and
  passing `-std=c99` will give us the same result on most systems.
- fix `clean`
- fix indentation
- remove some early-stage cruft (drosh.c, *~, client)
@kitschysynq
Copy link
Owner

Interesting that c99 isn't present. I thought it was required by POSIX. Out of curiosity which compiler are you using?

@kitschysynq kitschysynq merged commit fbd6122 into kitschysynq:master Jul 31, 2016
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