summaryrefslogtreecommitdiff
blob: bb00c017112a5dde731de48069f5b14899ba4cec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cwm-20111229/Makefile
+++ cwm-20111229/Makefile
@@ -16,7 +16,7 @@
 
 CPPFLAGS+=	`pkg-config --cflags fontconfig x11 xft xinerama xrandr`
 
-CFLAGS=		-Wall -O2 -g
+CFLAGS?=	-Wall -O2 -g
 
 LDFLAGS+=	`pkg-config --libs fontconfig x11 xft xinerama xrandr`