]> mj.ucw.cz Git - pciutils.git/commit
Makefile: don't hardcode gcc
authorVladimír Čunát <v@cunat.cz>
Thu, 24 Sep 2020 08:28:18 +0000 (10:28 +0200)
committerMartin Mareš <mj@ucw.cz>
Fri, 21 Jan 2022 12:13:21 +0000 (13:13 +0100)
commit9e9bddfedcdc5bb5a25d2a58b8ecc9b3a40e834f
treee441d53e875c2077f8fd3bd00469556187c14cb0
parent42f915c52b3e905ba280fa39fed55ab9979fb5df
Makefile: don't hardcode gcc

I believe "cc" is a much better default nowadays.
Another approach would be to (also) use "?=" for these variables.
Makefile