]> git.lizzy.rs Git - bspwm.git/commitdiff
Allow overriding compiler.
authorSteven Allen <steven@stebalien.com>
Sat, 20 Jul 2013 16:07:36 +0000 (12:07 -0400)
committerSteven Allen <steven@stebalien.com>
Sat, 20 Jul 2013 16:07:36 +0000 (12:07 -0400)
Makefile

index a921dab5b1d6bc3ab3a121fdb37c2d5c37ecbe87..d3b8e7334abd17c744dbcda03652c23ae39ae64c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION = 0.7
 
-CC      = gcc
+CC      ?= gcc
 LIBS    = -lm -lxcb -lxcb-icccm -lxcb-ewmh -lxcb-randr
 CFLAGS  += -std=c99 -pedantic -Wall -Wextra -I$(PREFIX)/include
 CFLAGS  += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"