JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
In Linux Makefile, only set CC when it isn't already set.
[spectrwm.git] / linux / Makefile
index 625f484..bd2e939 100644 (file)
@@ -7,7 +7,7 @@ BINDIR?= $(PREFIX)/bin
 LIBDIR?= $(PREFIX)/lib
 MANDIR?= $(PREFIX)/share/man
 
-CC= gcc
+CC?= gcc
 
 LVERS= $(shell . ../lib/shlib_version; echo $$major.$$minor)