From 364164549aa8b0aff68d2838e75bb1829f07f6c8 Mon Sep 17 00:00:00 2001 From: tpz Date: Fri, 21 Mar 2014 18:31:12 +0100 Subject: [PATCH] Fix Indentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdfef72..6d2929f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \ CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr` -CFLAGS?= -Wall -O2 -g -D_GNU_SOURCE +CFLAGS?= -Wall -O2 -g -D_GNU_SOURCE LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr`