ravachol / kew

A command-line music player
GNU General Public License v2.0
567 stars 21 forks source link

Please replace gcc with ${CC} in Makefiles #114

Closed yurivict closed 7 months ago

ravachol commented 7 months ago

Hmm...the makefile starts with CC = gcc

and then uses $(CC) throughout. So it's easily replaceable.

yurivict commented 7 months ago

Oh, I see. This makes it easy. Thanks!