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 and compiler warning fixes #3

Closed
wants to merge 2 commits into from

Conversation

mhalden
Copy link
Contributor

@mhalden mhalden commented May 12, 2017

This fixes some warnings and an error when compiling, where functions are not declared or have the wrong declaration.

In addition it updates the makefile to respect CC, CFLAGS and LIBS from the environment by adding to them instead of overwriting them. This makes it easier for us to create a FreeBSD port for mlogc-ng.

mhalden added 2 commits May 12, 2017 14:13
- Respect CC, CFLAGS and LIBS given from env
- Add default target all
- Use rm -f with target clean
@zimmerle zimmerle self-assigned this May 23, 2017
@zimmerle
Copy link
Contributor

Hi @mhalden,

Thanks for the pull request ;) it is now merged.

@zimmerle zimmerle closed this May 23, 2017
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.

2 participants