X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=linux%2FMakefile;h=bd2e9395b523da13a415d2757038586c68291526;hb=f9609966f0d40cccd8e67ce5d871f1eab55b676a;hp=625f484e22dc118e94cd6d6039597721c830aadb;hpb=ebb72d68f2e0cf5f5d921f98f7c2f0f9e118ae6f;p=spectrwm.git diff --git a/linux/Makefile b/linux/Makefile index 625f484..bd2e939 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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)