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

Use ?= in makefile #3

Merged
merged 3 commits into from
Jul 12, 2021
Merged

Use ?= in makefile #3

merged 3 commits into from
Jul 12, 2021

Conversation

nasyxx
Copy link

@nasyxx nasyxx commented Jun 16, 2021

Use ?= in makeflie so we can use

PREFIX=/path/to/local EXEC=ct make install

to install coretemp to /path/to/local/bin/ct

Use `?=` in makeflie so we can use

```
PREFIX=/path/to/local EXEC=ct make install
```

to install coretemp to /path/to/local/bin/ct
@hacker1024
Copy link
Owner

Sorry for the delay - thanks for the PR.

Could you do the same thing for CC and CFLAGS?

@nasyxx
Copy link
Author

nasyxx commented Jul 8, 2021

Done.

@hacker1024 hacker1024 merged commit a7f2e8c into hacker1024:master Jul 12, 2021
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