Fix Indentation

This commit is contained in:
tpz 2014-03-21 18:31:12 +01:00
parent 4d54395462
commit 364164549a

View File

@ -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`