Commit ce37b3f
Make: Support CFLAGS as both env var and make argument
We usually pass arguments to make through environment variables:
CFLAGS="-std=c11" make quickcheck
It currently does not work to pass it as a make argument:
make quickcheck CFLAGS="-std=c11"
This commit fixes that.
Resolves #1315
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>1 parent 2abafd4 commit ce37b3f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments