-
Notifications
You must be signed in to change notification settings - Fork 76
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
build: Add makefile to build without IDE #24
build: Add makefile to build without IDE #24
Conversation
96c45e6
to
302fe21
Compare
Other examples could follow this pattern Change-Id: I8070201762351167b030bfba6dba71e207680166 Bug: WebThingsIO#21 Forwarded: WebThingsIO#24 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Makefile
Outdated
#!/usr/bin/make -f | ||
# SPDX-License-Identifier: MPL-2.0 | ||
#{ | ||
# Copyright 2018-present Samsung Electronics France SAS, and other contributors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a lawyer, but I think this repository is copyright Mozilla
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I guess it's easy to change for me, I tend to reuse existing file when creating new ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, see comment about license header
Other examples could follow this pattern Change-Id: I8070201762351167b030bfba6dba71e207680166 Bug: WebThingsIO#21 Forwarded: WebThingsIO#24 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Change-Id: I35aebb540c72507423456d133e9f0150ff916174 Signed-off-by: Philippe Coval <p.coval@samsung.com>
302fe21
to
5c67ea5
Compare
Great, thanks! |
Other examples could follow this pattern
Change-Id: I8070201762351167b030bfba6dba71e207680166
Bug: #21
Signed-off-by: Philippe Coval p.coval@samsung.com